mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-12 00:41:29 +01:00
bumping version and updating azure pipeline
This commit is contained in:
parent
1251ddaf5f
commit
65e72b41a3
@ -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
|
||||
|
@ -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. <hello@bitwarden.com> (https://bitwarden.com)",
|
||||
"homepage": "https://bitwarden.com",
|
||||
"license": "GPL-3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user