Skip to content

Commit 070ba7f

Browse files
authored
Fix PublishSymbols (#4077)
1 parent 537370e commit 070ba7f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

eng/pipelines/build-all-lib.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,6 @@ extends:
211211
inputs:
212212
SearchPattern: '**/bin/**/*.pdb' # string. Required. Search pattern. Default: **/bin/**/*.pdb.
213213
SymbolServerType: 'TeamServices'
214-
SymbolExpirationInDays: '180'
215-
TreatNotIndexedAsWarning: true
216-
continueOnError: true
217-
timeoutInMinutes: 20
218214

219215
# Since NuGet packages are generated during the build, we need to copy them to the artifacts folder.
220216
- task: CopyFiles@2

0 commit comments

Comments
 (0)