Browse Source

fix indentation

pull/2566/head
Martin Kroeker GitHub 6 years ago
parent
commit
d1e7510765
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      azure-pipelines.yml

+ 1
- 1
azure-pipelines.yml View File

@@ -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…
Cancel
Save