Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
upgrade to `windows-latest` per instructions from actions/runner-images#5403
  • Loading branch information
majguo authored Apr 27, 2022
1 parent 1e68be7 commit e19bf7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,4 +29,4 @@ steps:
SDLNativeRules: false
Semmle: false
TSLint: false
ToolLogsNotFoundAction: 'Standard'
ToolLogsNotFoundAction: 'Standard'

0 comments on commit e19bf7c

Please sign in to comment.