From b8ff5e77cda368fc261bc1fd20a161b5ac635747 Mon Sep 17 00:00:00 2001 From: Henry Buckle Date: Thu, 31 Jan 2019 21:16:08 +0000 Subject: [PATCH] azure pipelines test --- azure-pipelines.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..39f7841 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,10 @@ +name: 2.0$(Rev:.r) + +jobs: + - job: build + pool: + vmImage: vs2017-win2016 + + steps: + - powershell: | + Write-Host test \ No newline at end of file