Framework SDK bug fixing.
This commit is contained in:
Родитель
6d49686ff5
Коммит
a11886dc4b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче