Skip to content

Commit e5f3d1a

Browse files
authored
Update archive symbols to not require PAT
2 parents ea01398 + f9025bf commit e5f3d1a

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

TestAdapterforGoogle.TestDev17.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ variables:
4747
value: d318cba7-db4d-4fb3-99e1-01879cb74e91
4848
- name: ArchiveSymbols
4949
value: "$(TAfGTArchiveSymbols)"
50-
- name: ArtifactServices.Symbol.AccountName
51-
value: microsoft
52-
- name: ArtifactServices.Symbol.PAT
53-
value: "$(GoogleTestSymbolsPat)"
54-
- name: ArtifactServices.Symbol.UseAAD
55-
value: False
5650
- name: BuildConfiguration
5751
value: "$(TAfGTBuildConfiguration)"
5852
- name: BuildPlatform
@@ -84,8 +78,6 @@ variables:
8478
value: "$(RealSign)"
8579
- name: RetainBuild
8680
value: "$(TAfGTRetainBuild)"
87-
- name: SYMBOLS_PAT
88-
value: "$(GoogleTestSymbolsPat)"
8981
- name: smPassword
9082
value: "$(TAfGTADOUserPassword)"
9183
- name: smUsername
@@ -343,10 +335,13 @@ extends:
343335
platform: '$(BuildPlatform)'
344336
configuration: '$(BuildConfiguration)'
345337
maximumCpuCount: true
346-
- task: PublishSymbols@1
347-
displayName: 'Publish Symbols Path'
338+
- task: PublishSymbols@2
339+
displayName: 'Enable Source Server'
348340
inputs:
349-
SearchPattern: out\binaries\**\*.pdb
341+
SearchPattern: 'out\binaries\**\*.pdb'
342+
# We use the MicroBuild Archive Symbols task so we need to publish the symbols here.
343+
# See the following for more info: https://devdiv.visualstudio.com/DevDiv/_wiki/wikis/DevDiv.wiki/34299/Handling-Symbols
344+
PublishSymbols: false
350345
continueOnError: true
351346
- task: CopyFiles@2
352347
displayName: Copy setup files to drop root

0 commit comments

Comments
 (0)