From a17fc954153607380675469c9b5b1112cda6e450 Mon Sep 17 00:00:00 2001 From: dfinke Date: Sat, 6 Oct 2018 16:21:54 -0400 Subject: [PATCH] adde azure devops yaml file --- azure-pipelines.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..4665bdd --- /dev/null +++ b/azure-pipelines.yml @@ -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 \ No newline at end of file