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:
parent
b837a23fbe
commit
515e46ea08
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user