3c87114e6d
MSI finalizer to remove optional workloads when uninstalling the SDK.
8 lines
391 B
XML
8 lines
391 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)eng\version.csproj;
|
|
$(RepoRoot)eng\native.proj" />
|
|
</ItemGroup>
|
|
</Project>
|