-
Notifications
You must be signed in to change notification settings - Fork 177
Merge latest Library.Template #1480
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
29 commits
Select commit
Hold shift + click to select a range
4299650
Fix typo
AArnott 90ac1ee
Use preferred pattern for appending to PATH in GitHub Actions
AArnott 6320f43
Merge pull request #535 from AArnott/update-path-handling
AArnott e1c8aa4
Merge remote-tracking branch 'origin/main' into microbuild
AArnott 5a0a13f
Avoid loading GitHubActions.ps1 on Azure Pipelines
AArnott def42bc
Merge branch 'main' into microbuild
AArnott 097060a
Validate Path parameter in Add-GitHubActionsEnvVariable
AArnott b182ee0
Merge branch 'main' into microbuild
AArnott 5cd226a
Fix 1ES PT nuget push
AArnott b5153f6
Update dependency dotnet-coverage to v18.9.0 (536)
renovate[bot] 42c5cea
Update dependency Microsoft.Testing.Extensions.CodeCoverage to 18.9.0…
renovate[bot] 3749d32
Merge remote-tracking branch 'origin/main' into microbuild
AArnott 003d56a
Merge the microbuild branch from https://github.com/aarnott/Library.T…
AArnott e6e3c19
Revert "Update dependency dotnet-coverage to v18.9.0 (536)"
AArnott 1cc268f
Merge the microbuild branch from https://github.com/aarnott/Library.T…
AArnott c43fba6
Prevent empty paths from being added to the PATH
AArnott 65a9b52
Merge branch 'main' into microbuild
AArnott db198c0
Fix package restore failures
AArnott a8e7acf
Merge the microbuild branch from https://github.com/aarnott/Library.T…
AArnott a4d4554
Fix up error messages
AArnott 8201f77
Avoid importing GitHubActions.ps1 outside GitHub Actions
AArnott 6ab1b59
Merge branch 'main' into microbuild
AArnott 3ee5eeb
Clarify yml comment
AArnott 3948cdc
Update script synopsis
AArnott bd12df8
Merge branch 'main' into microbuild
AArnott 18c664b
Merge the microbuild branch from https://github.com/aarnott/Library.T…
AArnott 041e8f8
Fix failing analyzer tests
AArnott ccc6653
Bring back some fault tolerance
AArnott 81f9d13
Stabilize `InvokeWithCancellationAsync_TimeoutAndDisconnectDuringSend…
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <Project> | ||
| <Import Project="$([MSBuild]::GetPathOfFileAbove($(MSBuildThisFile), $(MSBuildThisFileDirectory)..))" /> | ||
|
|
||
| <ItemGroup> | ||
| <PackageVersion Update="System.IO.Pipelines" Version="10.0.8" /> | ||
| <PackageVersion Update="System.Text.Json" Version="10.0.8" /> | ||
| </ItemGroup> | ||
| </Project> |
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
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.