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