Skip to content

Commit 3aec76e

Browse files
authored
Dump stacks for all goroutines on fatal panic (Azure#19605)
1 parent 5d39fbd commit 3aec76e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/templates/steps/build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ steps:
6565
GO111MODULE: 'on'
6666
PROXY_CERT: $(Build.SourcesDirectory)/eng/common/testproxy/dotnet-devcert.crt
6767
${{ insert }}: ${{ parameters.EnvVars }}
68+
GOTRACEBACK: all
6869

6970
- task: PowerShell@2
7071
displayName: 'Build Performance Tests'

0 commit comments

Comments
 (0)