-
Notifications
You must be signed in to change notification settings - Fork 16
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
Release/7.0.0 #191
Merged
Merged
Release/7.0.0 #191
Conversation
This file contains 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
…s-setup-dotnet-4.x Update actions/setup-dotnet action to v4
…-codeql-action-digest Update github/codeql-action digest to c0d1daa
…-codeql-action-digest Update github/codeql-action digest to 305f654
…-codeql-action-3.x Update github/codeql-action action to v3
…s-upload-artifact-4.x Update actions/upload-artifact action to v4
…-codeql-action-digest Update github/codeql-action digest to 012739e
…-codeql-action-digest Update github/codeql-action digest to e5f05b8
…-monorepo Update dependency dotnet-sdk to v8.0.101
…s-upload-artifact-digest Update actions/upload-artifact digest to 1eb3cb2
…s-cache-digest Update actions/cache digest to e12d46a
…s-cache-4.x Update actions/cache action to v4
…-codeql-action-digest Update github/codeql-action digest to 0b21cf2
…s-upload-artifact-digest Update actions/upload-artifact digest to 694cdab
…s-upload-artifact-digest Update actions/upload-artifact digest to 26f96df
…-codeql-action-digest Update github/codeql-action digest to b7bf0a3
…-codeql-action-digest Update github/codeql-action digest to e8893c5
…uild-cake-action-2.x Update cake-build/cake-action action to v2
…s-upload-artifact-digest Update actions/upload-artifact digest to 5d5d22a
…-monorepo Update dependency dotnet-sdk to v8.0.200
…-codeql-action-digest Update github/codeql-action digest to e675ced
…-codeql-action-digest Update github/codeql-action digest to 3796146
…-monorepo Update dependency dotnet-sdk to v8.0.201
…aces Adjust call to IConsole.WriteLine() / IConsole.WriteErrorLine() in GitLabCILog to avoid that the log message is interpreted as format string.
…hen-log-message-contains-brackets Fix FormatException in GitLabCILog when log message contains curly braces
When the GitLab CI module was introduced initially, the types were placed in the 'Cake.AzurePipelines.Module' namespace by accident. To fix this and make the namespaces consistent with the package and assembly structure, move all types to the 'Cake.GitLabCI.Module' namespace. While this is a breaking change, the impact is mitigated in two ways: - Builds using the Cake scripting runner automatically discover modules by looking for the 'CakeModule' attribute. The change should thus be transparent to these projects - For Cake.Frosting based builds, a second "GitLabCIModule" type is kept in the Cake.AzurePipelines.Module namespace so the module should be source-compatible with earlier versions The GitLabCIModule in Cake.AzurePipelines.Module was marked as obsolete to discourage usage.
…lab-ci-module Fix namespace for types in Cake.GitLabCI.Module
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.