Skip to content

Commit 5b30781

Browse files
Use DOTNET_ROLL_FORWARD: 'Major' for test-proxy (#35956)
Co-authored-by: Daniel Jurek <[email protected]>
1 parent 610da5d commit 5b30781

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)