mirror of
https://github.com/Eugeny/tabby
synced 2024-12-12 14:22:43 +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
|
||||
.travis.ssh.key
|
||||
*.code-workspace
|
||||
|
|
|
@ -31,7 +31,12 @@ steps:
|
|||
- script: node scripts/build-windows.js
|
||||
displayName: 'Package'
|
||||
|
||||
- task: CopyFiles@2
|
||||
inputs:
|
||||
contents: 'dist\\*.exe'
|
||||
targetFolder: $(Build.ArtifactStagingDirectory)
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
inputs:
|
||||
pathtoPublish: 'dist\\*.exe'
|
||||
artifactName: build
|
||||
pathtoPublish: $(Build.ArtifactStagingDirectory)
|
||||
artifactName: Build
|
||||
|
|
Loading…
Reference in a new issue