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 bc9b429 commit bb6669d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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)/../openvino
OPENVINO_REPO_DIR: $(REPO_DIR)\..\penvino
WORK_DIR: $(Pipeline.Workspace)\_w
BUILD_DIR: D:\build
BIN_DIR: $(OPENVINO_REPO_DIR)\bin\intel64
Expand Down Expand Up @@ -91,5 +91,6 @@ jobs:
- script: echo Stop IncrediBuild_Agent && net stop IncrediBuild_Agent
displayName: Stop IncrediBuild
continueOnError: true

- script: dir $(OPENVINO_REPO_DIR)\bin\ /s
displayName: 'List files'

0 comments on commit bb6669d

Please sign in to comment.