10 строки
353 B
XML
10 строки
353 B
XML
<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)src\finalizer\finalizer-build.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|