diff --git a/appveyor.yml b/appveyor.yml index a4ae72a..930ad66 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,7 @@ after_build: 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