Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
eaba committed Mar 19, 2023
1 parent 5623e13 commit e2ab418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ partial class Build : NukeBuild
Git($"tag -f {GitVersion.MajorMinorPatch}");
//git push --atomic origin <branch name> <tag>
//https://gist.github.com/danielestevez/2044589
//https://www.atlassian.com/git/tutorials/merging-vs-rebasing
//https://www.atlassian.com/git/tutorials/merging-vs-rebasing./build.cmd createnuget
//https://git-scm.com/docs/git-push
}
});

Expand Down

0 comments on commit e2ab418

Please sign in to comment.