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 21
21
<Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
22
22
23
23
<Target Name =" CoreCompile" DependsOnTargets =" GetBuildVersion" Condition =" '$(OSPlatform)'=='osx'" >
24
- <Message Text =" $(MSBuildProjectDirectory)\build.sh --configuration='$(Configuration)' --version='$(BuildVersionSimple)'" Importance =" High" />
25
- <Exec Command =" $(MSBuildProjectDirectory)\build.sh --configuration='$(Configuration)' --version='$(BuildVersionSimple)'" />
24
+ <Message Text =" $(MSBuildProjectDirectory)\build.sh --configuration='$(Configuration)' --version='$(BuildVersionSimple)' --runtime='$(RuntimeIdentifier)' " Importance =" High" />
25
+ <Exec Command =" $(MSBuildProjectDirectory)\build.sh --configuration='$(Configuration)' --version='$(BuildVersionSimple)' --runtime='$(RuntimeIdentifier)' " />
26
26
</Target >
27
27
28
28
<Target Name =" CoreClean" >
You can’t perform that action at this time.
0 commit comments