mirror of
https://github.com/Eugeny/tabby
synced 2025-01-06 02:09:16 +00:00
azure artifacts
This commit is contained in:
parent
7f729bb839
commit
8241bb2679
2 changed files with 8 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -23,3 +23,4 @@ yarn-error.log
|
||||||
|
|
||||||
docs/api
|
docs/api
|
||||||
.travis.ssh.key
|
.travis.ssh.key
|
||||||
|
*.code-workspace
|
||||||
|
|
|
@ -31,7 +31,12 @@ steps:
|
||||||
- script: node scripts/build-windows.js
|
- script: node scripts/build-windows.js
|
||||||
displayName: 'Package'
|
displayName: 'Package'
|
||||||
|
|
||||||
|
- task: CopyFiles@2
|
||||||
|
inputs:
|
||||||
|
contents: 'dist\\*.exe'
|
||||||
|
targetFolder: $(Build.ArtifactStagingDirectory)
|
||||||
|
|
||||||
- task: PublishBuildArtifacts@1
|
- task: PublishBuildArtifacts@1
|
||||||
inputs:
|
inputs:
|
||||||
pathtoPublish: 'dist\\*.exe'
|
pathtoPublish: $(Build.ArtifactStagingDirectory)
|
||||||
artifactName: build
|
artifactName: Build
|
||||||
|
|
Loading…
Reference in a new issue