From a8c65d57d8d615010325c13ad7c5232725b67d7e Mon Sep 17 00:00:00 2001 From: David Barbet Date: Mon, 23 Sep 2024 14:20:56 -0700 Subject: [PATCH] don't specify patch version --- azure-pipelines/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/azure-pipelines/build.yml b/azure-pipelines/build.yml index 00c4a24ff..606ca3afb 100644 --- a/azure-pipelines/build.yml +++ b/azure-pipelines/build.yml @@ -29,9 +29,9 @@ jobs: versionNumberOverride: ${{ parameters.versionNumberOverride }} - task: UsePythonVersion@0 - displayName: 'Use Python 3.11.x' + displayName: 'Use Python 3.11' inputs: - versionSpec: 3.11.x + versionSpec: 3.11 # If we're in an official build, install the signing plugin - ${{ if eq(parameters.isOfficial, true) }}: @@ -56,7 +56,6 @@ jobs: displayName: 'Build VSIXs' env: SignType: $(signType) - XSIGN_ARGS: --debug - ${{ if eq(parameters.isOfficial, true) }}: - script: gulp signVsix