Update source-build artifacts (#15324)
This commit is contained in:
parent
05a1cd2fc7
commit
9dbedcde23
6 changed files with 86 additions and 32 deletions
|
@ -111,12 +111,10 @@
|
|||
<!-- Update the BuildToolFramework for repos that have not adopted the current version of Arcade-->
|
||||
<ReplaceTextInFile InputFile="$(EngCommonToolsShFile)"
|
||||
OldText="_InitializeBuildToolFramework="netcoreapp3.1""
|
||||
NewText="_InitializeBuildToolFramework="$(NetCurrent)""
|
||||
Condition="'$(UseBootstrapArcade)' != 'true'" />
|
||||
NewText="_InitializeBuildToolFramework="$(NetCurrent)"" />
|
||||
<ReplaceTextInFile InputFile="$(EngCommonToolsShFile)"
|
||||
OldText="_InitializeBuildToolFramework="net7.0""
|
||||
NewText="_InitializeBuildToolFramework="$(NetCurrent)""
|
||||
Condition="'$(UseBootstrapArcade)' != 'true'" />
|
||||
NewText="_InitializeBuildToolFramework="$(NetCurrent)"" />
|
||||
|
||||
<!-- Temporary workaround for when the ci option is specified, non-zero exit are swallowed which prevents builds from failing within
|
||||
the build process. https://github.com/dotnet/source-build/issues/2307 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue