Skip to content

Commit 5d07eeb

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
disable codeql to see if affectin signing
1 parent 77ccb47 commit 5d07eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/DSC-Official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extends:
3939
packageName: Microsoft.DSC
4040
codeql:
4141
compiled:
42-
enabled: true
42+
enabled: false
4343
asyncSdl: # https://aka.ms/obpipelines/asyncsdl
4444
enabled: true
4545
forStages: [Build]
@@ -258,7 +258,7 @@ extends:
258258
displayName: Publish Pipeline Artifact
259259
inputs:
260260
targetPath: '$(ob_outputDirectory)'
261-
artifact: 'drop_BuildAndSign_BuildMac'
261+
artifact: 'drop_BuildAndSign_BuildMac_$(buildName)'
262262

263263
- stage: Release
264264
dependsOn: BuildAndSign

0 commit comments

Comments
 (0)