From 0bec780a1bbc4cbb9e87077c7c89d4210b000b6c Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Mon, 13 Jan 2020 07:50:34 +1100 Subject: [PATCH] Update yaml file comment --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 32aa5f677..5307ec006 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ trigger: - dev pool: - vmImage: 'vs2017-win2016' #'windows-latest' + vmImage: 'vs2017-win2016' #'due to windows SDK dependency for building UWP project' variables: solution: '**/*.sln'