-
Notifications
You must be signed in to change notification settings - Fork 264
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
Move package creating from build.fsproj to github actions #838
base: main
Are you sure you want to change the base?
Conversation
Thanks @Romfos . Was hoping to get some process clarification for this change:
|
How to release documentation:
How to release nuget package:
How to release get packages for internal testing before release to nuget:
How to release for "beta\alpha\e.t.c" packages:
Defacto we are still using tags as indicator for release commit, single difference is that tags are decoupled from "build" procedure |
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.
Fine to merge whenever you are ready. Please make the changes to the wiki too 🙏
(if there are any access/permissions issues please let me know)
@dtchepak documentation is updated. PR is ready to be merged. (I don't have merge permission) |
Changes:
dotnet pack
<Version>6.0.0</Version>
property in NSubstitute.csproj, not from git tags-p:CI=true
to enable following properties for Deterministic Build and Source Link from NSubstitute.csprojafter this change build.fsproj will be used only for documentation examples validation & documentation static generation
related #830