mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
adde azure devops yaml file
This commit is contained in:
15
azure-pipelines.yml
Normal file
15
azure-pipelines.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
resources:
|
||||
- repo: self
|
||||
queue:
|
||||
name: Hosted VS2017
|
||||
steps:
|
||||
- powershell: ./ '.\DoTests.ps1'
|
||||
displayName: 'PowerShell Script'
|
||||
|
||||
- task: ArchiveFiles@2
|
||||
displayName: 'Archive $(Build.BinariesDirectory)'
|
||||
|
||||
trigger:
|
||||
paths:
|
||||
exclude:
|
||||
- README.md
|
||||
Reference in New Issue
Block a user