2021-05-05 03:55:39 +00:00
|
|
|
<Project>
|
2022-08-23 19:06:59 +00:00
|
|
|
|
2024-05-07 14:44:18 +00: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-05 03:55:39 +00:00
|
|
|
</Project>
|