Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't cloak the ANCM setup folder #44857

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ src/arcade/src/Microsoft.DotNet.Build.Tasks.Installers/build/wix/eula.rtf
src/aspnetcore/src/Components/THIRD-PARTY-NOTICES.txt|unknown
src/aspnetcore/THIRD-PARTY-NOTICES.txt|unknown

# Non-OSS license for Windows-only installer components
src/aspnetcore/src/Installers/Windows/AspNetCoreModule-Setup/license/license.rtf

# Windows installer files that have a reference to a URL for license
src/aspnetcore/src/Installers/Windows/**/*.wxl|unknown-license-reference
src/aspnetcore/src/Installers/Windows/**/*.wxs|unknown-license-reference
Expand Down
6 changes: 1 addition & 5 deletions src/VirtualMonoRepo/source-mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,7 @@
},
{
"name": "aspnetcore",
"defaultRemote": "https://github.com/dotnet/aspnetcore",
"exclude": [
// Non-OSS license - https://github.com/dotnet/source-build/issues/3537
"src/Installers/Windows/AspNetCoreModule-Setup/**/*"
]
"defaultRemote": "https://github.com/dotnet/aspnetcore"
},
{
"name": "cecil",
Expand Down
Loading