We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e06ac commit ebb247cCopy full SHA for ebb247c
1 file changed
.azurepipelines/azure-pipelines-1ES.yml
@@ -192,7 +192,6 @@ extends:
192
inputs:
193
SearchPattern: '$(Build.SourcesDirectory)/bin/$(BuildConfiguration)/**/*.pdb'
194
SymbolServerType: TeamServices
195
- SymbolsPath: http://symweb/
196
- CompressSymbols: true
197
- IndexSources: True
+ # Unsupported source provider 'GitHub' for source indexing. Unable to index sources.
+ IndexSources: false
198
SymbolsArtifactName: TestEngine_Symbols_$(Build.BuildNumber)
0 commit comments