1
0
mirror of synced 2024-11-05 02:59:16 +00:00

Removed duplicate artifact

This commit is contained in:
Mark van Renswoude 2021-09-06 15:18:29 +02:00
parent f3294da5ee
commit 64f55ece54

View File

@ -35,10 +35,6 @@ after_build:
- ps: Get-ChildItem output\*.snupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } - ps: Get-ChildItem output\*.snupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
- ps: Get-ChildItem output\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } - ps: Get-ChildItem output\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
artifacts:
- path: 'output\Tapeti.Cmd-*.zip'
build: build:
project: Tapeti.sln project: Tapeti.sln