We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d07eeb commit c45b27aCopy full SHA for c45b27a
.pipelines/DSC-Official.yml
@@ -252,13 +252,9 @@ extends:
252
./build.ps1 -Release -Architecture $(buildName)
253
./build.ps1 -PackageType tgz -Architecture $(buildName) -Release
254
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
255
+ Write-Host "##vso[artifact.upload containerfolder=release;artifactname=release]./bin/DSC-$(PackageVersion)-$(buildName).tar.gz"
256
displayName: 'Build $(buildName)'
257
condition: succeeded()
- - task: PublishPipelineArtifact@1
258
- displayName: Publish Pipeline Artifact
259
- inputs:
260
- targetPath: '$(ob_outputDirectory)'
261
- artifact: 'drop_BuildAndSign_BuildMac_$(buildName)'
262
263
- stage: Release
264
dependsOn: BuildAndSign
0 commit comments