We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
windows arm64
test-proxy
1 parent 150d3ab commit 6aa0e06Copy full SHA for 6aa0e06
tools/test-proxy/ci.yml
@@ -38,12 +38,16 @@ extends:
38
- rid: win-x64
39
framework: net8.0
40
assembly: Azure.Sdk.Tools.TestProxy
41
+ - rid: win-arm64
42
+ framework: net8.0
43
+ assembly: Azure.Sdk.Tools.TestProxy
44
- rid: linux-x64
45
46
47
- rid: linux-arm64
48
49
50
+
51
TestPreSteps:
52
- pwsh: |
53
#vso[task.setvariable variable=COMPlus_Pkcs12UnspecifiedPasswordIterationLimit]-1
0 commit comments