File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ catch {
3131 Write-Error " Please check your docker invocation and try running the script again."
3232}
3333
34- $SELECTED_IMAGE_TAG = " 1294199 "
34+ $SELECTED_IMAGE_TAG = " 1314089 "
3535$CONTAINER_NAME = " ambitious_azsdk_test_proxy"
3636$LINUX_IMAGE_SOURCE = " azsdkengsys.azurecr.io/engsys/testproxy-lin:${SELECTED_IMAGE_TAG} "
3737$WINDOWS_IMAGE_SOURCE = " azsdkengsys.azurecr.io/engsys/testproxy-win:${SELECTED_IMAGE_TAG} "
Original file line number Diff line number Diff line change 1616 dotnet tool install azure.sdk.tools.testproxy `
1717 --tool-path $(Build.BinariesDirectory)/test-proxy `
1818 --add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json `
19- --version 1.0.0-dev.20220113.1
19+ --version 1.0.0-dev.20220119.2
2020 displayName: "Install test-proxy"
2121
2222 - pwsh : |
You can’t perform that action at this time.
0 commit comments