Skip to content

Commit 7c26dd6

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
set signsrcpath back to reporoot
1 parent c45b27a commit 7c26dd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pipelines/DSC-Official.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extends:
3939
packageName: Microsoft.DSC
4040
codeql:
4141
compiled:
42-
enabled: false
42+
enabled: true
4343
asyncSdl: # https://aka.ms/obpipelines/asyncsdl
4444
enabled: true
4545
forStages: [Build]
@@ -87,7 +87,7 @@ extends:
8787
ob_sdl_tsa_configFile: '$(Build.SourcesDirectory)\DSC\.config\tsaoptions.json'
8888
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
8989
repoRoot: '$(Build.SourcesDirectory)\DSC'
90-
signSrcPath: '$(Build.SourcesDirectory)\signSrcPath'
90+
signSrcPath: '$(repoRoot)/out'
9191
ob_artifactBaseName: 'DSC-$(buildName)'
9292
ob_sdl_sbom_enabled: true
9393
ob_signing_setup_enabled: true
@@ -252,7 +252,7 @@ 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"
255+
Write-Host "##vso[artifact.upload containerfolder=release;artifactname=release]$(ob_outputDirectory)/DSC-$(PackageVersion)-$(buildName).tar.gz"
256256
displayName: 'Build $(buildName)'
257257
condition: succeeded()
258258

0 commit comments

Comments
 (0)