1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-19 00:02:09 +03:00

Update azure-pipelines.yml

This commit is contained in:
Eugene Pankov 2019-06-24 15:45:27 +02:00
parent b837a23fbe
commit 515e46ea08

View File

@ -10,7 +10,7 @@ pool:
steps: steps:
- task: NodeTool@0 - task: NodeTool@0
inputs: inputs:
versionSpec: '12.x' versionSpec: '10.x'
displayName: 'Install Node.js' displayName: 'Install Node.js'
- script: | - script: |
@ -25,4 +25,4 @@ steps:
- task: PublishBuildArtifacts@1 - task: PublishBuildArtifacts@1
inputs: inputs:
pathtoPublish: 'dist\\*.exe' pathtoPublish: 'dist\\*.exe'
artifactName: build artifactName: build