File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 153
153
This is also a problem when passing CLI feeds: https://github.com/dotnet/source-build/issues/561
154
154
-->
155
155
<Exec Command =" $(SmokeTestCommand)"
156
- EnvironmentVariables =" prodConBlobFeedUrl=$(ProdConBlobFeedUrl)" />
156
+ EnvironmentVariables ="
157
+ targetRid=$(TargetRid);
158
+ prodConBlobFeedUrl=$(ProdConBlobFeedUrl)" />
157
159
</Target >
158
160
159
161
<UsingTask AssemblyFile =" $(XPlatSourceBuildTasksAssembly)" TaskName =" UploadToAzure" />
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ VERSION_PREFIX=5.0
9
9
DEV_CERTS_VERSION_DEFAULT=5.0.0-preview.3
10
10
__ROOT_REPO=$( cat " $SCRIPT_ROOT /artifacts/obj/rootrepo.txt" | sed ' s/\r$//' ) # remove CR if mounted repo on Windows drive
11
11
executingUserHome=${HOME:- }
12
- targetRid=$( cat " $SCRIPT_ROOT /artifacts/obj/x64/Release/TargetInfo.props" | grep -i targetrid | sed -E ' s|\s*</?TargetRid>\s*||g' )
12
+
13
+ echo " RID to test: ${targetRid?not specified. Use ./ build.sh --run-smoke-test to detect RID, or specify manually.} "
13
14
14
15
export DOTNET_CLI_TELEMETRY_OPTOUT=1
15
16
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
You can’t perform that action at this time.
0 commit comments