From b3c7f26cf283dd8caf29b478be2584c5066ba641 Mon Sep 17 00:00:00 2001 From: garfield69 Date: Tue, 14 Apr 2020 16:36:07 +1200 Subject: [PATCH] restore patch to auto now we are at correct versioning --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 625315e46..767dac1e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ name: $(majorVersion).$(minorVersion).$(patchVersion) variables: majorVersion: 0 minorVersion: 15 - patchVersion: 40 + patchVersion: $[counter(variables['minorVersion'], 1)] #this will reset when we bump minor jackettVersion: $(majorVersion).$(minorVersion).$(patchVersion) buildConfiguration: Release netCoreFramework: netcoreapp3.1