summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e643d349..c7f53edb 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -28,7 +28,7 @@ steps:
displayName: 'CMake'
inputs:
workingDirectory: 'build'
- cmakeArgs: '..\.. -G "Visual Studio 15 2017 Win64"'
+ cmakeArgs: '.. -G "Visual Studio 15 2017 Win64"'
- task: MSBuild@1
displayName: 'Build solution GUDHIdev.sln'