diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 767dac1e4..625315e46 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ name: $(majorVersion).$(minorVersion).$(patchVersion) variables: majorVersion: 0 minorVersion: 15 - patchVersion: $[counter(variables['minorVersion'], 1)] #this will reset when we bump minor + patchVersion: 40 jackettVersion: $(majorVersion).$(minorVersion).$(patchVersion) buildConfiguration: Release netCoreFramework: netcoreapp3.1