Remove DotNetBuildFromSource inside the orchestrator (#18402)

This commit is contained in:
Viktor Hofer 2024-01-26 11:27:18 +01:00 committed by GitHub
parent 4a54e209f5
commit a880230afd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 47 additions and 51 deletions

View file

@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<RepositoryReference Include="source-build-externals" Condition="'$(DotNetBuildFromSource)' == 'true'" />
<RepositoryReference Include="source-build-externals" Condition="'$(DotNetBuildSourceOnly)' == 'true'" />
<RepositoryReference Include="msbuild" />
<RepositoryReference Include="xdt" />
</ItemGroup>