Update azure-pipelines.yml
This commit is contained in:
parent
3d993d994b
commit
d11ca52c21
|
@ -30,13 +30,13 @@ pr:
|
|||
jobs:
|
||||
- job:
|
||||
pool:
|
||||
vmImage: vs2017-win2016
|
||||
vmImage: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
Release:
|
||||
configuration: Release
|
||||
# Checked:
|
||||
# configuration: Checked
|
||||
Checked:
|
||||
configuration: Checked
|
||||
steps:
|
||||
- script: |
|
||||
git config --global core.autocrlf input
|
||||
|
|
Loading…
Reference in New Issue