This commit is contained in:
Amaury Levé 2024-07-29 22:19:33 +02:00
Родитель c870a86d0e
Коммит c9fef71bdb
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -17,6 +17,11 @@ variables:
value: True
- name: _RunAsPublic
value: False
# _SignType and _Sign are required for signing even if not used directly here
- name: _SignType
value: real
- name: _Sign
value: True
# Group gives access to $microsoft-symbol-server-pat and $symweb-symbol-server-pat
- group: DotNet-Symbol-Server-Pats
@ -75,6 +80,11 @@ extends:
- checkout: self
clean: true
- task: NuGetAuthenticate@1
inputs:
nuGetServiceConnections: 'devdiv/dotnet-core-internal-tooling'
forceReinstallCredentialProvider: true
- script: eng\common\cibuild.cmd
-configuration $(_BuildConfig)
-prepareMachine