Skip to content

Commit 6aa0e06

Browse files
scbeddmikeharder
andauthored
Add windows arm64 to set of standalone builds for the test-proxy (#12550)
* Apply suggestion from @mikeharder Co-authored-by: Mike Harder <[email protected]>
1 parent 150d3ab commit 6aa0e06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/test-proxy/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,16 @@ extends:
3838
- rid: win-x64
3939
framework: net8.0
4040
assembly: Azure.Sdk.Tools.TestProxy
41+
- rid: win-arm64
42+
framework: net8.0
43+
assembly: Azure.Sdk.Tools.TestProxy
4144
- rid: linux-x64
4245
framework: net8.0
4346
assembly: Azure.Sdk.Tools.TestProxy
4447
- rid: linux-arm64
4548
framework: net8.0
4649
assembly: Azure.Sdk.Tools.TestProxy
50+
4751
TestPreSteps:
4852
- pwsh: |
4953
#vso[task.setvariable variable=COMPlus_Pkcs12UnspecifiedPasswordIterationLimit]-1

0 commit comments

Comments
 (0)