Skip to content
Merged
Changes from all commits
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
Use DOTNET_ROLL_FORWARD: 'Major' for test-proxy
  • Loading branch information
danieljurek authored and azure-sdk committed Jun 3, 2024
commit 85ce2745e3c64d892627fc455d3f1d88a8d4b7b9
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