Skip to content

Commit e9db37b

Browse files
authored
Use DOTNET_ROLL_FORWARD: 'Major' for test-proxy (#8373)
1 parent 1c2d763 commit e9db37b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

eng/common/testproxy/test-proxy-tool.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ steps:
6060
Write-Host "##vso[task.setvariable variable=PROXY_PID]$($Process.Id)"
6161
displayName: 'Run the testproxy - windows'
6262
condition: and(succeeded(), eq(variables['Agent.OS'],'Windows_NT'), ${{ parameters.condition }})
63+
env:
64+
DOTNET_ROLL_FORWARD: 'Major'
6365
6466
# nohup does NOT continue beyond the current session if you use it within powershell
6567
- bash: |
@@ -70,6 +72,8 @@ steps:
7072
displayName: "Run the testproxy - linux/mac"
7173
condition: and(succeeded(), ne(variables['Agent.OS'],'Windows_NT'), ${{ parameters.condition }})
7274
workingDirectory: "${{ parameters.rootFolder }}"
75+
env:
76+
DOTNET_ROLL_FORWARD: 'Major'
7377
7478
- pwsh: |
7579
for ($i = 0; $i -lt 10; $i++) {

0 commit comments

Comments
 (0)