Skip to content

Commit ddf4666

Browse files
committed
Pass RID to msbuild task
1 parent 3830752 commit ddf4666

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/Subsets.props

+2
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@
291291
HostCrossOS=$(HostOS);
292292
HostOS=$(HostOS);
293293
TargetOS=$(TargetOS);
294+
RuntimeIdentifier=$(RuntimeIdentifier);
295+
NETCoreSdkPortableRuntimeIdentifier=$(NETCoreSdkPortableRuntimeIdentifier);
294296
PgoInstrument=false;
295297
NoPgoOptimize=true;
296298
CrossBuild=false;

0 commit comments

Comments
 (0)