You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If flag InitialPush is set, recordings will be automatically pushed to the assets repo and the Tag property updated.
23
23
24
24
.PARAMETERTestProxyExe
25
-
The executable used during the "InitialPush" action. Defaults to the dotnet tool test-proxy, but also supports "docker" or "podman".
25
+
The executable used during the "InitialPush" action. Defaults to the dotnet tool test-proxy, but also supports custom executables as well.
26
26
27
-
If the user provides their own value that doesn't match options "test-proxy", "docker", or "podman", the script will use this input as the test-proxy exe
27
+
If the user provides their own value that doesn't match options "test-proxy" the script will use this input as the test-proxy exe
28
28
when invoking commands. EG "$TestProxyExe push -a sdk/keyvault/azure-keyvault-keys/assets.json."
0 commit comments