From 9328228d6cb95af6dba30c28589444a0e73afe72 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Thu, 22 Feb 2018 10:44:22 -0500 Subject: [PATCH] Try to fix build commands --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) 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