Skip to content

Commit

Permalink
Update azure-pipelines.release.yml to reset counter for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
palenshus committed May 12, 2021
1 parent 4206a0e commit e9b8b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/azure-pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
dependsOn: GetVersion
variables:
majorMinorBuildVersion: $[dependencies.GetVersion.outputs['GetVersionStep.majorMinorBuildVersion']]
revision: $[counter(format('{0}.{1}', '1', variables['majorMinorBuildVersion']), 1)]
revision: $[counter(format('{0}.{1}', '2', variables['majorMinorBuildVersion']), 1)]

version: "$(majorMinorBuildVersion).$(revision)"
appxBundleFile: "Microsoft.WindowsPackageManagerManifestCreator_$(version)_8wekyb3d8bbwe.msixbundle"
Expand Down

0 comments on commit e9b8b12

Please sign in to comment.