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:
Dustin L. Howett 2024-09-25 13:15:18 -05:00 committed by GitHub
parent 13c9ba9f81
commit 2b4b55cfeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: