mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-23 19:49:17 +08:00
release: do not publish symbols to the public by default (#35070)
This also moves the checkbox higher up so it is more prominent.
This commit is contained in:
parent
13c9ba9f81
commit
2b4b55cfeb
@ -10,6 +10,11 @@ resources:
|
||||
|
||||
# Expose all of these parameters for user configuration.
|
||||
parameters:
|
||||
- name: publishSymbolsToPublic
|
||||
displayName: "Publish Symbols to **PUBLIC** (use only for Final Builds)"
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
- name: versionNumber
|
||||
displayName: "Version Number"
|
||||
type: string
|
||||
@ -28,11 +33,6 @@ parameters:
|
||||
- x64
|
||||
- arm64
|
||||
|
||||
- name: publishSymbolsToPublic
|
||||
displayName: "Publish Symbols to **PUBLIC** (use only for Final Builds)"
|
||||
type: boolean
|
||||
default: true
|
||||
|
||||
name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
|
||||
|
||||
extends:
|
||||
|
Loading…
Reference in New Issue
Block a user