-
Notifications
You must be signed in to change notification settings - Fork 28
Merge latest Library.Template #345
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
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
86545b6
Skip native binary PDB conversion
Charles-Gagnon 3afde79
Merge pull request #464 from Charles-Gagnon/patch-1
AArnott 6103b65
Only disable NBGV_GitEngine when necessary
AArnott 63f8e20
Merge branch 'main' into microbuild
AArnott c04c3a8
Merge pull request 481 from AArnott/renovate/docfx-2.x
renovate[bot] f4c9c81
Update mcr.microsoft.com/dotnet/sdk:10.0.103 Docker digest to e362a8d…
renovate[bot] a9b48e1
Update dependency dotnet-coverage to v18.5.1 (483)
renovate[bot] 8242097
Update dependency Microsoft.Testing.Extensions.CodeCoverage to 18.5.1…
renovate[bot] 2960fc5
Update GitHub Artifact Actions (482)
renovate[bot] 582d263
Bump DotNetRepoTools to 1.2.1
AArnott e11be84
Merge branch 'main' into microbuild
AArnott 8f5f090
Merge remote-tracking branch 'origin/main' into microbuild
AArnott 85514fa
Update dependency Microsoft.Testing.Extensions.CodeCoverage to 18.5.2…
renovate[bot] ebc3570
Update dependency dotnet-coverage to v18.5.2 (485)
renovate[bot] 66c7b5d
Merge remote-tracking branch 'origin/main' into microbuild
AArnott d3ecd9d
Merge the microbuild branch from https://github.com/aarnott/Library.T…
AArnott 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
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 |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| if ((git rev-parse --is-shallow-repository) -eq 'true') | ||
| { | ||
| Write-Host "Shallow clone detected, disabling NBGV Git engine so the build can succeed." | ||
| $env:NBGV_GitEngine='Disabled' | ||
| } | ||
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
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
Oops, something went wrong.
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.