How to build the non-beta version from source code #525
-
Hi @Mimetis ! This is following our discussion in #477 . I am building nuget packages for our private feed that changes the dependencies of the My question is how do I build the latest non-beta version of the app? For example, I was building the package from the current I do see that there is historical commit that refers to v7.3. I am specifically asking in the context of CI CD pipeline which builds automatically whenever master is updated resulting in a new nuget package release. How do you handle your CI CD setup? Any suggestions are appreciated :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Each time I push a new release, I'm tagging the master branch with the corresponding version my CI is launched every time I have a new commit on the master branch, but the CD packages are built on demand |
Beta Was this translation helpful? Give feedback.
Each time I push a new release, I'm tagging the master branch with the corresponding version
So, if you want to go back to
v0.7.3
, just go back the last commit taggedv0.7.3
my CI is launched every time I have a new commit on the master branch, but the CD packages are built on demand