Update azure-pipelines.yml

This commit is contained in:
Margen67 2019-09-13 09:00:12 -07:00 committed by GitHub
parent 3d993d994b
commit d11ca52c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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