From 9b2376c326de9fb305ef42aa6538d94764315f53 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Sun, 30 May 2021 18:22:25 +0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 39c0bdf..ddd9a36 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,12 +1,5 @@ trigger: - branches: - include: - - master - paths: - include: - - SimpleOTP/** - - SimpleOTP.Test/** - - SimpleOTP.sln +- master pool: vmImage: 'windows-latest'