Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
conditionally set env var
  • Loading branch information
jhendrixMSFT committed Feb 16, 2024
commit dff6dd62cc9c852d1da2892c641babd959002db8
3 changes: 2 additions & 1 deletion eng/pipelines/templates/steps/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ steps:
${{ insert }}: ${{ parameters.EnvVars }}
GOTRACEBACK: all
AZURE_SDK_GO_LOGGING: all
GOEXPERIMENT: nocoverageredesign
- ${{ if eq(parameters.GoVersion, '1.22.0') }}:
GOEXPERIMENT: nocoverageredesign

- task: PowerShell@2
displayName: 'Build Performance Tests'
Expand Down