File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ parameters:
77
88steps :
99 - pwsh : |
10+ python -m pip install requests --force
1011 ${{ parameters.templateRoot }}/eng/common/scripts/trust-proxy-certificate.ps1
1112 displayName: 'Language Specific Certificate Trust'
1213 condition: and(succeeded(), ${{ parameters.condition }})
2425 --tool-path $(Build.BinariesDirectory)/test-proxy `
2526 --add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json `
2627 --version $version
28+ - pwsh : |
2729 displayName: "Install test-proxy"
2830 condition: and(succeeded(), ${{ parameters.condition }})
2931
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def get_build_env():
9393def get_generator_flags ():
9494 flags = ["-G" ]
9595 if is_win :
96- flags .append ("\" Visual Studio 16 2019 \" " )
96+ flags .append ("\" Visual Studio 17 2022 \" " )
9797 flags .append ("-A" )
9898 flags .append ("ARM64" if platform .machine () == "ARM64" else "x64" if is_x64 else "Win32" )
9999 else :
You can’t perform that action at this time.
0 commit comments