2021-05-05 03:55:39 +00:00
|
|
|
<Project>
|
2021-06-24 21:36:04 +00:00
|
|
|
<ItemGroup Condition=" '$(ArcadeBuildTarball)' != 'true' ">
|
2021-05-05 03:55:39 +00:00
|
|
|
<ProjectToBuild Include="$(RepoRoot)Microsoft.DotNet.Cli.sln" />
|
2023-02-21 21:44:46 +00:00
|
|
|
<ProjectToBuild Condition="'$(OS)' == 'Windows_NT' And ('$(Architecture)' == 'x86' Or '$(Architecture)' == 'x64' Or '$(Architecture)' == 'arm64')"
|
2021-05-05 03:55:39 +00:00
|
|
|
Include="$(RepoRoot)eng\version.csproj;
|
|
|
|
$(RepoRoot)eng\native.proj" />
|
|
|
|
</ItemGroup>
|
2021-06-24 21:36:04 +00:00
|
|
|
<ItemGroup Condition=" '$(ArcadeBuildTarball)' == 'true' " >
|
|
|
|
<ProjectToBuild Include="$(RepoRoot)src/SourceBuild/Arcade/src/SourceBuild.Tasks.csproj" BuildInParallel="false" />
|
|
|
|
<ProjectToBuild Include="$(RepoRoot)src/SourceBuild/tarball/BuildSourceBuildTarball.proj" BuildInParallel="false" />
|
|
|
|
</ItemGroup>
|
2021-05-05 03:55:39 +00:00
|
|
|
</Project>
|