Typo in 7z command
This commit is contained in:
parent
ee16b33d62
commit
f3294da5ee
@ -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: 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: copy publish\x64\selfcontained\Tapeti.Cmd.exe publish\x64
|
||||||
- cmd: rmdir /s /q publish\x64\selfcontained
|
- 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
|
# Push artifacts
|
||||||
- ps: Get-ChildItem output\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
- ps: Get-ChildItem output\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||||
- ps: Get-ChildItem output\*.snupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
- ps: Get-ChildItem output\*.snupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||||
|
Loading…
Reference in New Issue
Block a user