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
Reuse SDK directory for version parsing and smoke-tests
Modify smoke-test.sh to use the same extracted cli directory as the one
we use to parse the SDK/Runtime/ASP version.
The smoke-test.sh script offers to interactively delete
$SCRIPT_ROOT/smoke-testing if it exists. That interactive prompt breaks
CI. So we can't use the smoke-testing dir. Instead, point smoke-test.sh
to a different directory (outside of $SCRIPT_ROOT/smoke-testing) so it
can reuse that.
0 commit comments