We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9e62d commit f7375d3Copy full SHA for f7375d3
azure-pipelines.yml
@@ -14,7 +14,7 @@ resources:
14
variables:
15
node_version: '10.x'
16
package_manager: 'npm'
17
- majorminor: '0.3.0'
+ majorminor: '1.0.0'
18
patch: $[counter(${{ variables.majorminor }}, 0)]
19
version: $(majorminor).$(patch)
20
name: ${{ variables.version }}
0 commit comments