From e19bf7c45afd80bb88f656868dcf2f9ebd0643a4 Mon Sep 17 00:00:00 2001 From: Jianguo Ma Date: Wed, 27 Apr 2022 16:50:22 +0800 Subject: [PATCH] Update azure-pipelines.yml upgrade to `windows-latest` per instructions from https://github.com/actions/virtual-environments/issues/5403 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4c29dad..8afc7bc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: - main pool: - vmImage: vs2017-win2016 + vmImage: windows-latest steps: - task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2 @@ -29,4 +29,4 @@ steps: SDLNativeRules: false Semmle: false TSLint: false - ToolLogsNotFoundAction: 'Standard' \ No newline at end of file + ToolLogsNotFoundAction: 'Standard'