diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2ae935be51..bb7e13f169 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,24 +3,17 @@ # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript -trigger: -- none +trigger: none pool: vmImage: 'windows-latest' -variables: -- group: qa-envs - steps: - task: NodeTool@0 inputs: versionSpec: '10.x' displayName: 'Install Node.js' -- script: git checkout $(GIT_COMMIT_TO_BUILD) - displayName: setup commit to build - - script: npm install displayName: 'npm install' @@ -35,12 +28,12 @@ steps: - script: ls -alht dist displayName: show executables -- task: PublishPipelineArtifact@1 - inputs: - pathToPublish: '$(System.DefaultWorkingDirectory)/dist/Bitwarden-1.23.1-ia32.appx' - artifactName: Bitwarden-$(GIT_COMMIT_TO_BUILD)-ia32.appx - -- task: PublishPipelineArtifact@1 - inputs: - pathToPublish: '$(System.DefaultWorkingDirectory)/dist/Bitwarden-1.23.1-x64.appx' - artifactName: Bitwarden-$(GIT_COMMIT_TO_BUILD)-x64.appx +# - task: PublishPipelineArtifact@1 +# inputs: +# pathToPublish: '$(System.DefaultWorkingDirectory)/dist/Bitwarden-1.23.1-ia32.appx' +# artifactName: Bitwarden-$(GIT_COMMIT_TO_BUILD)-ia32.appx +# +# - task: PublishPipelineArtifact@1 +# inputs: +# pathToPublish: '$(System.DefaultWorkingDirectory)/dist/Bitwarden-1.23.1-x64.appx' +# artifactName: Bitwarden-$(GIT_COMMIT_TO_BUILD)-x64.appx diff --git a/src/package.json b/src/package.json index 781a491dc0..a80d985ab8 100644 --- a/src/package.json +++ b/src/package.json @@ -2,7 +2,7 @@ "name": "bitwarden", "productName": "Bitwarden", "description": "A secure and free password manager for all of your devices.", - "version": "1.23.1", + "version": "1.23.1a", "author": "Bitwarden Inc. (https://bitwarden.com)", "homepage": "https://bitwarden.com", "license": "GPL-3.0",