You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: builds/azure-pipelines/build-release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ variables:
18
18
versionMajorMinor: '$(versionMajor).$(versionMinor)'# This variable is only used for the counter so we reset properly when either major or minor is bumped
19
19
versionPatch: $[counter(variables['versionMinor'], 0)] # This will reset when we bump minor version
0 commit comments