-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix CI version in main #1273
Fix CI version in main #1273
Conversation
Use Minimal MSBuild verbosity for `dotnet clean` to match other targets.
- Use `v8alpha` tag for pre-release builds in `main`. - Use the default file name for GitVersion configuration. - Include the build version in the assembly file version. - Remove logging of the informational version that isn't what we use.
The new C# Dev Kit keeps creating this file in the repo, so checking it in.
Use `CommitsSinceVersionSource` instead of `BuildMetaData` as that doesn't seem to be set in PRs.
Codecov Report
@@ Coverage Diff @@
## main #1273 +/- ##
=======================================
Coverage 83.33% 83.33%
=======================================
Files 270 270
Lines 6317 6317
Branches 981 981
=======================================
Hits 5264 5264
Misses 844 844
Partials 209 209
Flags with carried forward coverage won't be shown. Click here to find out more. |
next-version: 8.0.0 | ||
branches: | ||
main: | ||
tag: v8alpha |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've updated this based on our conversation yesterday, though the v8
prefix seems redundant to me.
Hmm - the package version is still 8.0.0... |
Fix missing pre-release suffix for the NuGet packages.
We don't have packages with and without strong names anymore, so remove the word "Signed" to prevent confusion with Authenticode signing.
v8alpha
tag for pre-release builds inmain
..vscode/settings.json
file the new C# Dev Kit keeps creating.dotnet clean
to match other targets.Resolves #1270.