New: Rework release mechanics to allow other types of releases#461
Open
New: Rework release mechanics to allow other types of releases#461
Conversation
Contributor
There was a problem hiding this comment.
Copilot reviewed 25 out of 40 changed files in this pull request and generated 4 comments.
Files not reviewed (15)
- Source/Bake.Tests/Files/nuget-config.xml: Language not supported
- Source/Bake/Cooking/Cooks/.gitignore: Language not supported
- Source/Bake/Context.cs: Evaluated as low risk
- Source/Bake/Cooking/Cooks/OctopusDeploy/OctopusDeployPackagePushCook.cs: Evaluated as low risk
- Source/Bake/Cooking/Ingredients/Gathers/DynamicDestinationGather.cs: Evaluated as low risk
- Source/Bake.Tests/ExplicitTests/GitHubReleaseCookTests.cs: Evaluated as low risk
- Source/Bake.Tests/Helpers/TestFor.cs: Evaluated as low risk
- Source/Bake.Tests/Helpers/TestProject.cs: Evaluated as low risk
- Source/Bake.Tests/Helpers/TestIt.cs: Evaluated as low risk
- Source/Bake/Core/File.cs: Evaluated as low risk
- Source/Bake.Tests/Helpers/BakeTest.cs: Evaluated as low risk
- Source/Bake.Tests/UnitTests/Services/ComposerOrderingTests.cs: Evaluated as low risk
- Source/Bake/Cooking/Cooks/GitHub/GitHubReleaseCook.cs: Evaluated as low risk
- Source/Bake/Core/Defaults.cs: Evaluated as low risk
- Source/Bake/Cooking/Composers/GitHubReleaseComposer.cs: Evaluated as low risk
Comments suppressed due to low confidence (6)
Source/Bake.Tests/UnitTests/Cooking/Cooks/ReleaseCookTests.cs:66
- Invalid array initialization syntax. Use
new[] { NewReleaseFile() }for array initializations.
[NewReleaseFile()])
Source/Bake.Tests/UnitTests/Cooking/Cooks/ReleaseCookTests.cs:86
- Invalid array initialization syntax. Use
new[] { NewReleaseDirectory() }for array initializations.
[NewReleaseDirectory()])
Source/Bake.Tests/UnitTests/Cooking/Cooks/ReleaseCookTests.cs:106
- Invalid array initialization syntax. Use
new[] { NewMixedRelease(), NewReleaseDirectory(), NewReleaseFile() }for array initializations.
[NewMixedRelease(), NewReleaseDirectory(), NewReleaseFile()])
Source/Bake.Tests/UnitTests/Cooking/Cooks/ReleaseCookTests.cs:154
- Invalid array initialization syntax. Use
Enumerable.Range(0, fileCount).Select(_ => NewFile()).ToArray()for array initializations.
Enumerable.Range(0, fileCount).Select(_ => NewFile()).ToArray()
Source/Bake/Cooking/Composers/ReleaseComposer.cs:47
- The architecture name 'x64' is inconsistent with common naming conventions. It should be 'x86_64'.
[ExecutableArchitecture.Intel64] = "x64",
Source/Bake/Cooking/Composers/ReleaseComposer.cs:165
- Ensure that the paths are unique before concatenating them to prevent potential duplication issues.
return Enumerable.Empty<string>()
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
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.
Remember