Merge pull request #379 from NextTurn/versioning

Disable version patching in the CI run
pull/397/head
Oleg Nenashev 2020-02-05 12:43:54 -05:00 committed by GitHub
commit de169630af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -18,11 +18,6 @@ before_build:
# Generates a temporary SNK. Not for real signing
- cmd: '"C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\sn.exe" -k winsw_key.snk'
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: $(appveyor_build_version)
build_script:
- dotnet.exe build src\winsw.sln
- dotnet.exe publish -f netcoreapp3.1 src\Core\ServiceWrapper\winsw.csproj