Skip to content

Commit

Permalink
Azure CI: Fix path to repo on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
azhogov committed Nov 16, 2020
1 parent bb6669d commit 60d6096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
WORKERS_NUMBER: 8
BUILD_TYPE: Release
REPO_DIR: $(Build.Repository.LocalPath)
OPENVINO_REPO_DIR: $(REPO_DIR)\..\penvino
OPENVINO_REPO_DIR: $(REPO_DIR)\..\openvino
WORK_DIR: $(Pipeline.Workspace)\_w
BUILD_DIR: D:\build
BIN_DIR: $(OPENVINO_REPO_DIR)\bin\intel64
Expand Down

0 comments on commit 60d6096

Please sign in to comment.