Workaround for broken AppVeyor MSBuild command

pull/352/head
NextTurn 2018-12-08 00:00:00 +08:00
parent 9634ddf0a9
commit 6ace0c3ccd
No known key found for this signature in database
GPG Key ID: 17A0D50ADDE1A0C4
1 changed files with 2 additions and 3 deletions

View File

@ -25,9 +25,8 @@ dotnet_csproj:
file: "**\\*.csproj"
version: $(appveyor_build_version)
build:
parallel: true
project: src\winsw.sln
build_script:
- dotnet.exe build src\winsw.sln
after_build:
- ps: nuget pack WinSW.nuspec -Version $env:APPVEYOR_BUILD_VERSION