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:
Родитель
13c9ba9f81
Коммит
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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче