Merge pull request #381 from kohsuke/netcore-extensions-fix

Fix file extensions for .NET Core artifacts
pull/379/head v2.4.0
Oleg Nenashev 2020-01-26 20:03:47 +01:00 committed by GitHub
commit 9e830f9e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -45,11 +45,11 @@ artifacts:
- path: 'src\Core\ServiceWrapper\bin\Release\net461\WinSW.exe'
name: WinSW.NET461.exe
- path: 'src\Core\ServiceWrapper\bin\Release\netcoreapp3.1\publish\'
name: WinSW.NETCore31
name: WinSW.NETCore31.zip
- path: 'src\Core\ServiceWrapper\bin\Release\netcoreapp3.1\win-x64\publish\WindowsService.exe'
name: WinSW.NETCore31.x64
name: WinSW.NETCore31.x64.exe
- path: 'src\Core\ServiceWrapper\bin\Release\netcoreapp3.1\win-x86\publish\WindowsService.exe'
name: WinSW.NETCore31.x86
name: WinSW.NETCore31.x86.exe
- path: 'WinSW.$(appveyor_build_version).nupkg'
name: WinSW.nupkg
- path: 'examples\sample-allOptions.xml'