mirror of
https://github.com/ckaczor/ProcessCpuUsageStatusWindow.git
synced 2026-01-13 17:23:02 -05:00
Try to fix build commands
This commit is contained in:
@@ -17,6 +17,7 @@ after_build:
|
|||||||
nuget pack ProcessCpuUsageStatusWindow.nuspec -Version $env:APPVEYOR_BUILD_VERSION -Properties Configuration=Release -OutputDirectory bin\Release\
|
nuget pack ProcessCpuUsageStatusWindow.nuspec -Version $env:APPVEYOR_BUILD_VERSION -Properties Configuration=Release -OutputDirectory bin\Release\
|
||||||
|
|
||||||
$squirrel = ".\packages\squirrel.windows.*\tools\Squirrel.exe"
|
$squirrel = ".\packages\squirrel.windows.*\tools\Squirrel.exe"
|
||||||
|
|
||||||
.$squirrel -releasify ".\bin\$env:CONFIGURATION\ProcessCpuUsageStatusWindow.$version.nupkg"
|
.$squirrel -releasify ".\bin\$env:CONFIGURATION\ProcessCpuUsageStatusWindow.$version.nupkg"
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: bin\$(configuration)\ProcessCpuUsageStatusWindow.*.nupkg
|
- path: bin\$(configuration)\ProcessCpuUsageStatusWindow.*.nupkg
|
||||||
|
|||||||
Reference in New Issue
Block a user