2021-05-04 20:55:39 -07:00
|
|
|
<Project>
|
2022-08-23 21:06:59 +02:00
|
|
|
|
2024-05-07 16:44:18 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectToBuild Include="$(RepoRoot)Microsoft.DotNet.Cli.sln" />
|
|
|
|
<ProjectToBuild Condition="'$(OS)' == 'Windows_NT' And ('$(Architecture)' == 'x86' Or '$(Architecture)' == 'x64' Or '$(Architecture)' == 'arm64')"
|
|
|
|
Include="$(RepoRoot)src\finalizer\finalizer-build.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2021-05-04 20:55:39 -07:00
|
|
|
</Project>
|