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 692c4d1 commit 29333d5Copy full SHA for 29333d5
.pipelines/DSC-Official.yml
@@ -78,13 +78,16 @@ extends:
78
strategy:
79
matrix:
80
Windows x64:
81
+ Suffix: x64
82
buildName: x86_64-pc-windows-msvc
83
Windows x64_arm64:
84
+ Suffix: arm64
85
buildName: aarch64-pc-windows-msvc
86
variables:
87
PackageVersion: $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
88
ob_sdl_tsa_configFile: '$(Build.SourcesDirectory)\DSC\.config\tsaoptions.json'
89
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
90
+ ob_artifactSuffix: $(Suffix)
91
repoRoot: '$(Build.SourcesDirectory)\DSC'
92
signSrcPath: '$(Build.SourcesDirectory)\out'
93
ob_sdl_sbom_enabled: true
0 commit comments