fix formatting

This commit is contained in:
Martin Kroeker 2020-04-19 11:28:47 +02:00 committed by GitHub
parent 97b2139fd7
commit 31f2f3b7c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -53,8 +53,9 @@ jobs:
- job: Windows-cl - job: Windows-cl
pool: pool:
vmImage: 'windows2019' vmImage: 'windows2019'
steps:
- task: CMake@1 - task: CMake@1
inputs: inputs:
workingDirectory: 'build' # Optional workingDirectory: 'build' # Optional
cmakeArgs: -G "Visual Studio 15 2017 Win64" cmakeArgs: '-G "Visual Studio 15 2017 Win64 .."'