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 05f00db commit cb2f006Copy full SHA for cb2f006
.pipelines/DSC-Official.yml
@@ -8,10 +8,15 @@ pr:
8
- release/v*
9
10
variables:
11
- BuildConfiguration: 'release'
12
- PackageRoot: '$(System.ArtifactsDirectory)/Packages'
13
- WindowsContainerImage: 'onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'
14
- Codeql.TSAEnabled: true
+ - name: BuildConfiguration
+ value: 'release'
+ - name: PackageRoot
+ value: '$(System.ArtifactsDirectory)/Packages'
15
+ - name: WindowsContainerImage
16
+ value: 'onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'
17
+ - name: Codeql.TSAEnabled
18
+ value: true
19
+ - group: MSIXSigningProfile
20
21
resources:
22
repositories:
0 commit comments