File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ DEV_CERTS_VERSION_DEFAULT=5.0.0-preview.3
10
10
__ROOT_REPO=$( sed ' s/\r$//' " $SCRIPT_ROOT /artifacts/obj/rootrepo.txt" ) # remove CR if mounted repo on Windows drive
11
11
executingUserHome=${HOME:- }
12
12
13
- echo " RID to test: ${targetRid?not specified. Use ./ build.sh --run-smoke-test to detect RID, or specify manually.} "
14
-
15
13
export DOTNET_CLI_TELEMETRY_OPTOUT=1
16
14
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
17
15
@@ -586,6 +584,8 @@ function copyRestoredPackages() {
586
584
fi
587
585
}
588
586
587
+ echo " RID to test: ${targetRid?not specified. Use ./ build.sh --run-smoke-test to detect RID, or specify manually.} "
588
+
589
589
if [ " $__ROOT_REPO " != " known-good" ]; then
590
590
echo " Skipping smoke-tests since cli was not built" ;
591
591
exit
You can’t perform that action at this time.
0 commit comments