fix indentation

This commit is contained in:
Martin Kroeker 2020-04-19 13:24:17 +02:00 committed by GitHub
parent 5fc3879c3b
commit d1e7510765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
workingDirectory: 'build' # Optional workingDirectory: 'build' # Optional
cmakeArgs: '-G "Visual Studio 16 2019" ..' cmakeArgs: '-G "Visual Studio 16 2019" ..'
- task: CMake@1 - task: CMake@1
inputs: inputs:
cmakeArgs: '--build . --config Release' cmakeArgs: '--build . --config Release'
workingDirectory: 'build' workingDirectory: 'build'