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