Skip to content

Commit 0d80afd

Browse files
Sync eng/common directory with azure-sdk-tools for PR 8373 (#29937)
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#8373 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Daniel Jurek <[email protected]>
1 parent 0d9a747 commit 0d80afd

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)