File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
<!-- Set PublishReadyToRun to speed up the build. -->
45
45
<EnablePublishReadyToRun >true</EnablePublishReadyToRun >
46
46
<!-- Crossgen2 is not built with source-built Mono-based .NET SDKs. -->
47
- <EnablePublishReadyToRun Condition =" '$(SourceBuildUseMonoRuntime )' == 'true'" >false</EnablePublishReadyToRun >
47
+ <EnablePublishReadyToRun Condition =" '$(DotNetBuildUseMonoRuntime )' == 'true'" >false</EnablePublishReadyToRun >
48
48
</PropertyGroup >
49
49
50
50
<Import Project =" $(RepoRoot)/Directory.Build.props.user" Condition =" Exists('$(RepoRoot)/Directory.Build.props.user')" />
Original file line number Diff line number Diff line change 30
30
31
31
<PropertyGroup >
32
32
<SourceBuildBootstrapTfmArg Condition =" $(SourceBuildBootstrapTfm) != ''" >--tfm $(SourceBuildBootstrapTfm)</SourceBuildBootstrapTfmArg >
33
- <SourceBuildUseMonoRuntime Condition =" '$(SourceBuildUseMonoRuntime )' == ''" >false</SourceBuildUseMonoRuntime >
33
+ <DotNetBuildUseMonoRuntime Condition =" '$(DotNetBuildUseMonoRuntime )' == ''" >false</DotNetBuildUseMonoRuntime >
34
34
</PropertyGroup >
35
35
36
36
<!-- this runs the source-build bootstrap path as described in https://github.com/dotnet/fsharp/blob/95df49e380ea8dbf33653fa4209f89dba29413f5/eng/build.sh#L247
41
41
-bl enables the binlogs for the tools and Proto builds, which make debugging failures here easier
42
42
-->
43
43
<Exec
44
- Command =" ./build.sh --bootstrap --skipBuild -bl $(SourceBuildBootstrapTfmArg) /p:SourceBuildUseMonoRuntime =$(SourceBuildUseMonoRuntime ) /p:DotNetBuildSourceOnly=true /p:DotNetBuildInnerRepo=true /p:DotNetBuildRepo=true /p:DotNetBuildOrchestrator=$(DotNetBuildOrchestrator)"
44
+ Command =" ./build.sh --bootstrap --skipBuild -bl $(SourceBuildBootstrapTfmArg) /p:DotNetBuildUseMonoRuntime =$(DotNetBuildUseMonoRuntime ) /p:DotNetBuildSourceOnly=true /p:DotNetBuildInnerRepo=true /p:DotNetBuildRepo=true /p:DotNetBuildOrchestrator=$(DotNetBuildOrchestrator)"
45
45
WorkingDirectory =" $(InnerSourceBuildRepoRoot)"
46
46
EnvironmentVariables =" @(InnerBuildEnv)" />
47
47
</Target >
You can’t perform that action at this time.
0 commit comments