Skip to content

Commit c45b27a

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
add back manual upload of mac artifacts
1 parent 5d07eeb commit c45b27a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.pipelines/DSC-Official.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,9 @@ extends:
252252
./build.ps1 -Release -Architecture $(buildName)
253253
./build.ps1 -PackageType tgz -Architecture $(buildName) -Release
254254
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
255+
Write-Host "##vso[artifact.upload containerfolder=release;artifactname=release]./bin/DSC-$(PackageVersion)-$(buildName).tar.gz"
255256
displayName: 'Build $(buildName)'
256257
condition: succeeded()
257-
- task: PublishPipelineArtifact@1
258-
displayName: Publish Pipeline Artifact
259-
inputs:
260-
targetPath: '$(ob_outputDirectory)'
261-
artifact: 'drop_BuildAndSign_BuildMac_$(buildName)'
262258
263259
- stage: Release
264260
dependsOn: BuildAndSign

0 commit comments

Comments
 (0)