mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-22 11:52:03 +03:00
azure artifacts
This commit is contained in:
parent
7f729bb839
commit
8241bb2679
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 New Issue
Block a user