From bfa9d3f731e7e8fa130f13e205f4fc081cac6bcf Mon Sep 17 00:00:00 2001 From: Alef Carlos Date: Thu, 31 Oct 2019 22:57:46 -0300 Subject: [PATCH] fix: ci --- azure-pipelines.yaml => .ci/azure-pipelines.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename azure-pipelines.yaml => .ci/azure-pipelines.yaml (77%) diff --git a/azure-pipelines.yaml b/.ci/azure-pipelines.yaml similarity index 77% rename from azure-pipelines.yaml rename to .ci/azure-pipelines.yaml index af782c0..a794c7a 100644 --- a/azure-pipelines.yaml +++ b/.ci/azure-pipelines.yaml @@ -17,4 +17,9 @@ trigger: - README.md jobs: -- template: nuget-default.yml@templates \ No newline at end of file +- job: Build + pool: + vmImage: 'windows-latest' + + steps: + - template: nuget-default.yml@templates \ No newline at end of file