Skip to content

Commit 4ac3c53

Browse files
kythant1ES Gardener
andauthored
Onebranch Build Pipeline Update: Remove deprecated auth variables from build pipelines (#4684)
Co-authored-by: 1ES Gardener <[email protected]>
1 parent 07f8729 commit 4ac3c53

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

build/WindowsAppSDK-Foundation-Nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ variables:
5454
extends:
5555
template: v2/Microsoft.NonOfficial.yml@templates # https://aka.ms/obpipelines/templates
5656
parameters:
57+
featureFlags:
58+
EnableCDPxPAT: false
5759
platform:
5860
name: 'windows_undocked' # windows undocked
5961

build/WindowsAppSDK-Foundation-Official.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ variables:
5454
extends:
5555
template: v2/Microsoft.Official.yml@templates # https://aka.ms/obpipelines/templates
5656
parameters:
57+
featureFlags:
58+
EnableCDPxPAT: false
5759
platform:
5860
name: 'windows_undocked' # windows undocked
5961

build/WindowsAppSDK-Foundation-PR.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ variables:
4545
extends:
4646
template: v2/Microsoft.NonOfficial.yml@templates # https://aka.ms/obpipelines/templates
4747
parameters:
48+
featureFlags:
49+
EnableCDPxPAT: false
4850
platform:
4951
name: 'windows_undocked' # windows undocked
5052

0 commit comments

Comments
 (0)