We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c3ade commit 30ff8f9Copy full SHA for 30ff8f9
.gitversion/version.yml
@@ -1,7 +1,7 @@
1
mode: ContinuousDeployment
2
3
-assembly-versioning-format: '{Major}.{Minor}.{Patch}{Tag}.${{ github.run_number }}'
4
-assembly-file-versioning-format: '{Major}.{Minor}.{Patch}{Tag}.${{ github.run_number }}'
+assembly-versioning-format: '{Major}.{Minor}.{Patch}.${{ github.run_number }}'
+assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.${{ github.run_number }}'
5
assembly-informational-format: "{FullSemVer}"
6
7
increment: Patch
0 commit comments