Use DOTNET_ROLL_FORWARD: 'Major' for test-proxy (#5699)

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
This commit is contained in:
Azure SDK Bot 2024-06-07 12:04:58 -04:00 коммит произвёл GitHub
Родитель ef9d2a5e18
Коммит 666e611153
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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: |
@ -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++) {