diff --git a/appveyor.yml b/appveyor.yml index 2277d65..c94adfb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ after_build: - cmd: dotnet publish -c Release -r win-x64 --self-contained=false -o publish\x64 Tapeti.Cmd\Tapeti.Cmd.csproj - cmd: copy publish\x64\selfcontained\Tapeti.Cmd.exe publish\x64 - cmd: rmdir /s /q publish\x64\selfcontained - - cmd: 7z a output\Tapeti.Cmd-x64-%GitVersion_NuGetVersion%.zip %APPVEYOR_BUILD_FOLDER%\public\x64\* + - cmd: 7z a output\Tapeti.Cmd-x64-%GitVersion_NuGetVersion%.zip %APPVEYOR_BUILD_FOLDER%\publish\x64\* # Push artifacts - ps: Get-ChildItem output\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } - ps: Get-ChildItem output\*.snupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }