Skip to content

Commit d71f8c2

Browse files
authored
Update Defaults for Nightly and Release (#3618)
1 parent df29e31 commit d71f8c2

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

build/WindowsAppSDK-Foundation-Nightly.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@ trigger: none
2323
parameters:
2424
- name: "PublishToMaestro"
2525
type: boolean
26-
default: False
26+
default: True
2727
- name: "IgnoreFailures"
2828
type: boolean
2929
default: False
30+
- name: "SignOutput"
31+
type: boolean
32+
default: True
3033

3134
variables:
3235
- template: WindowsAppSDK-Versions.yml
@@ -73,4 +76,4 @@ extends:
7376
parameters:
7477
PublishToMaestro: ${{ parameters.PublishToMaestro }}
7578
IgnoreFailures: ${{ parameters.IgnoreFailures }}
76-
SignOutput: true
79+
SignOutput: ${{ parameters.SignOutput }}

build/WindowsAppSDK-Foundation-Release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@ trigger: none
2323
parameters:
2424
- name: "PublishToMaestro"
2525
type: boolean
26-
default: False
26+
default: True
2727
- name: "IgnoreFailures"
2828
type: boolean
2929
default: False
30+
- name: "SignOutput"
31+
type: boolean
32+
default: True
3033

3134
variables:
3235
- template: WindowsAppSDK-Versions.yml
@@ -61,4 +64,4 @@ extends:
6164
parameters:
6265
PublishToMaestro: ${{ parameters.PublishToMaestro }}
6366
IgnoreFailures: ${{ parameters.IgnoreFailures }}
64-
SignOutput: true
67+
SignOutput: ${{ parameters.SignOutput }}

0 commit comments

Comments
 (0)