Skip to content

Commit

Permalink
Use DOTNET_ROLL_FORWARD: 'Major' for test-proxy (#8373)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek authored Jun 7, 2024
1 parent 1c2d763 commit e9db37b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/common/testproxy/test-proxy-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ steps:
Write-Host "##vso[task.setvariable variable=PROXY_PID]$($Process.Id)"
displayName: 'Run the testproxy - windows'
condition: and(succeeded(), eq(variables['Agent.OS'],'Windows_NT'), ${{ parameters.condition }})
env:
DOTNET_ROLL_FORWARD: 'Major'
# nohup does NOT continue beyond the current session if you use it within powershell
- bash: |
Expand All @@ -70,6 +72,8 @@ steps:
displayName: "Run the testproxy - linux/mac"
condition: and(succeeded(), ne(variables['Agent.OS'],'Windows_NT'), ${{ parameters.condition }})
workingDirectory: "${{ parameters.rootFolder }}"
env:
DOTNET_ROLL_FORWARD: 'Major'
- pwsh: |
for ($i = 0; $i -lt 10; $i++) {
Expand Down

0 comments on commit e9db37b

Please sign in to comment.