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 2121 <Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
2222
2323 <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)' " />
2626 </Target >
2727
2828 <Target Name =" CoreClean" >
You can’t perform that action at this time.
0 commit comments