9 lines
391 B
Text
9 lines
391 B
Text
|
<Project>
|
||
|
<ItemGroup>
|
||
|
<ProjectToBuild Include="$(RepoRoot)Microsoft.DotNet.Cli.sln" />
|
||
|
<ProjectToBuild Condition="'$(OS)' == 'Windows_NT' And ('$(Architecture)' == 'x86' Or '$(Architecture)' == 'x64' Or '$(Architecture)' == 'arm64')"
|
||
|
Include="$(RepoRoot)eng\version.csproj;
|
||
|
$(RepoRoot)eng\native.proj" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|