Update azure-pipelines.yml
This commit is contained in:
parent
df342cf73b
commit
a07c14319c
|
@ -59,7 +59,6 @@ jobs:
|
||||||
workingDirectory: 'build' # Optional
|
workingDirectory: 'build' # Optional
|
||||||
cmakeArgs: '-G "Visual Studio 16 2019" ..'
|
cmakeArgs: '-G "Visual Studio 16 2019" ..'
|
||||||
- script: |
|
- script: |
|
||||||
# call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
|
||||||
cmake --build ..
|
cmake --build ..
|
||||||
workingDirectory: 'build'
|
workingDirectory: 'build'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue