From 985fb597220f211f8eda0e61ce515bb5d4f43ed8 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Wed, 21 Feb 2018 12:03:21 -0500 Subject: [PATCH] Fix NuGet pack directory --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5a3d9c0..311f8bd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ build: project: FloatingStatusWindow.sln verbosity: minimal after_build: -- cmd: nuget pack FloatingStatusWindow.nuspec -Version %appveyor_build_version% -Properties Configuration=Release -OutputDirectory bin\Release\ +- cmd: nuget pack Library\FloatingStatusWindow.nuspec -Version %appveyor_build_version% -Properties Configuration=Release -OutputDirectory Library\bin\Release\ artifacts: - path: Library\bin\$(configuration)\FloatingStatusWindow.*.nupkg name: NuGet