mirror of
https://github.com/ckaczor/ProcessCpuUsageStatusWindow.git
synced 2026-01-14 01:25:41 -05:00
Change package format so we can access Squirrel and try to releasify
This commit is contained in:
10
appveyor.yml
10
appveyor.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user