Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Check out source and keep OAuth session
  • Loading branch information
shuebner20 committed Jul 25, 2021
1 parent 49d9f85 commit 23bc356
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -10,6 +10,11 @@ pool:
vmImage: ubuntu-latest

steps:
- checkout: self
clean: true
persistCredentials: true
displayName: 'Check out branch'

- task: NodeTool@0
inputs:
versionSpec: '14.x'
Expand All @@ -20,7 +25,7 @@ steps:
displayName: 'npm install'

- script: |
npm version patch -m 'Bump version to %s'
npm version patch -m 'Bump version to %s [skip ci]'
displayName: 'npm bump version'

- script: |
Expand Down

0 comments on commit 23bc356

Please sign in to comment.