-
Notifications
You must be signed in to change notification settings - Fork 132
add source-build pre-built detection #933
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
Merged
tmat
merged 11 commits into
dotnet:main
from
oleksandr-didyk:feat-enable-pre-build-detection
May 16, 2023
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
8ce220b
add pre-build detection
oleksandr-didyk bcc159d
downgrade MSBuild to 16.8
oleksandr-didyk 583813e
add clarifying comments; move source-build RID prop in CI
oleksandr-didyk 8218b06
fixup sbrp definition; fixup invalid msbuild version prop
oleksandr-didyk db472d5
update changes made
oleksandr-didyk 05bc0df
remove redundant CI arg
oleksandr-didyk 89694bc
add missing sb attribute; bump arcade dep versions
oleksandr-didyk b8fef1f
remove obsolete pre-built exclusions; fixup dep versions
oleksandr-didyk 81716f5
remove obsolete nuget source; fixup sourcebuild metadata
oleksandr-didyk c6ba833
fixup duplicate dependency declaration
oleksandr-didyk 0b09480
add explanation for dotnet-sourcelink exclusion
oleksandr-didyk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update changes made
- Loading branch information
commit db472d5fb6b279a28b03d859b5272836a002ad83
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,11 @@ | ||
| <!-- Additional documentation on pre-built detection can be found at https://aka.ms/source-build/pre-built --> | ||
| <!-- See aka.ms/dotnet/prebuilts for guidance on what pre-builts are and how to eliminate them. --> | ||
| <UsageData> | ||
| <IgnorePatterns> | ||
| <UsagePattern IdentityGlob="Microsoft.SourceBuild.Intermediate.*" /> | ||
| </IgnorePatterns> | ||
| <Usages> | ||
| <!-- MSBuild versions starting from 16.10.0 do not target NET Core --> | ||
| <!-- and fail the non-source-build --> | ||
oleksandr-didyk marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| <Usage Id="Microsoft.Build" Version="16.8.0" IsDirectDependency="true" /> | ||
oleksandr-didyk marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
oleksandr-didyk marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| </Usages> | ||
| </UsageData> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.