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 77ccb47 commit 5d07eebCopy full SHA for 5d07eeb
.pipelines/DSC-Official.yml
@@ -39,7 +39,7 @@ extends:
39
packageName: Microsoft.DSC
40
codeql:
41
compiled:
42
- enabled: true
+ enabled: false
43
asyncSdl: # https://aka.ms/obpipelines/asyncsdl
44
enabled: true
45
forStages: [Build]
@@ -258,7 +258,7 @@ extends:
258
displayName: Publish Pipeline Artifact
259
inputs:
260
targetPath: '$(ob_outputDirectory)'
261
- artifact: 'drop_BuildAndSign_BuildMac'
+ artifact: 'drop_BuildAndSign_BuildMac_$(buildName)'
262
263
- stage: Release
264
dependsOn: BuildAndSign
0 commit comments