This commit is contained in:
Erich Barnstedt 2017-06-06 15:05:57 +02:00
Родитель 6d49686ff5
Коммит a11886dc4b
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -12,5 +12,5 @@ install:
- sudo apt-get install dotnet-dev-1.0.4 -y
script:
- dotnet restore
- dotnet build -c Debug --framework netcoreapp1.1 src/GatewayApp.NetCore
- dotnet build -c Release --framework netcoreapp1.1 src/GatewayApp.NetCore
- dotnet build -c Debug -f netcoreapp1.1 src/GatewayApp.NetCore
- dotnet build -c Release -f netcoreapp1.1 src/GatewayApp.NetCore

Просмотреть файл

@ -12,7 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
Dockerfile = Dockerfile
global.json = global.json
License.txt = License.txt
README.md = README.md
EndProjectSection