-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Blazor] Remove checked-in JS files #53209
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
Changes from all commits
803710e
c5b2078
d19a454
56d765e
ceb2eac
d95214d
35c4fe7
534acec
aed4373
7c4c3ae
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ parameters: | |
# This is the default platform provided by Arcade, intended for use by a managed-only repo. | ||
defaultManagedPlatform: | ||
name: 'Managed' | ||
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8' | ||
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20240104210103-4893224' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we use the non-suffixed centos-stream8 container without this? Anything we check in to an There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, didn't know about it. I think |
||
|
||
# Defines the platforms on which to run build jobs. One job is created for each platform, and the | ||
# object in this array is sent to the job template as 'platform'. If no platforms are specified, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
node_modules/ | ||
dist/Debug/ | ||
dist/Release/blazor.webassembly.js | ||
dist/Release/blazor.webview.js | ||
dist/ | ||
dist/ |
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this being defaulted to
true
for this project?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think we need to fix this "long term" so that we don't have to do anything special inside SourceBuild.props