We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d39fbd commit 3aec76eCopy full SHA for 3aec76e
eng/pipelines/templates/steps/build-test.yml
@@ -65,6 +65,7 @@ steps:
65
GO111MODULE: 'on'
66
PROXY_CERT: $(Build.SourcesDirectory)/eng/common/testproxy/dotnet-devcert.crt
67
${{ insert }}: ${{ parameters.EnvVars }}
68
+ GOTRACEBACK: all
69
70
- task: PowerShell@2
71
displayName: 'Build Performance Tests'
0 commit comments