mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-05 18:13:43 +00:00
18 lines
299 B
YAML
18 lines
299 B
YAML
resources:
|
|
- repo: self
|
|
queue:
|
|
name: Hosted VS2017
|
|
steps:
|
|
- powershell: '.\DoTests.ps1'
|
|
displayName: 'PowerShell Script'
|
|
|
|
- task: PublishBuildArtifacts@1
|
|
inputs:
|
|
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
|
|
artifactName: drop1
|
|
|
|
trigger:
|
|
paths:
|
|
exclude:
|
|
- README.md
|