fix indentation
This commit is contained in:
parent
5fc3879c3b
commit
d1e7510765
|
@ -59,7 +59,7 @@ jobs:
|
|||
workingDirectory: 'build' # Optional
|
||||
cmakeArgs: '-G "Visual Studio 16 2019" ..'
|
||||
- task: CMake@1
|
||||
inputs:
|
||||
inputs:
|
||||
cmakeArgs: '--build . --config Release'
|
||||
workingDirectory: 'build'
|
||||
|
||||
|
|
Loading…
Reference in New Issue