Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix duplicate license files in msi packages (dotnet#56959)
It appears when we added the workloads subset, the msi projects contained a step to add a License.txt file to the packages it creates. This resulted in a conflict as runtime will also add one. To fix, we'll skip adding the extra License.txt file when the project is 'msi.csproj'. Fixes dotnet#56516
- Loading branch information