Change package format so we can access Squirrel and try to releasify

This commit is contained in:
2018-02-22 10:27:16 -05:00
parent 2c29c3690f
commit 78bc07a339
3 changed files with 89 additions and 17 deletions

View File

@@ -13,10 +13,16 @@ build:
project: ProcessCpuUsageStatusWindow.sln
verbosity: minimal
after_build:
- cmd: nuget pack ProcessCpuUsageStatusWindow.nuspec -Version %appveyor_build_version% -Properties Configuration=Release -OutputDirectory bin\Release\
- ps: >-
nuget pack ProcessCpuUsageStatusWindow.nuspec -Version $env:APPVEYOR_BUILD_VERSION -Properties Configuration=Release -OutputDirectory bin\Release\
$squirrel = ".\packages\squirrel.windows.*\tools\Squirrel.exe"
.$squirrel -releasify ".\bin\$env:CONFIGURATION\ProcessCpuUsageStatusWindow.$version.nupkg"
artifacts:
- path: bin\$(configuration)\ProcessCpuUsageStatusWindow.*.nupkg
name: NuGet
name: Package
- path: Release\**\*
name: Release
deploy:
- provider: Environment
name: GitHub