Skip to content

Commit aa9a669

Browse files
Update update-v2-docs.yml for Azure Pipelines
1 parent d50a2ca commit aa9a669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-v2-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ steps:
6565
# https://github.com/microsoft/azure-pipelines-yaml/issues/248
6666
# https://stackoverflow.com/questions/58485585/azure-pipeline-powershell-and-git-on-windows-server-2019-gives-error-in-output
6767
- powershell: |
68-
cd $(Build.SourcesDirectory)
68+
cd $(Build.SourcesDirectory)/service
6969
$env:GIT_REDIRECT_STDERR = '2>&1'
7070
git config --global user.email "[email protected]"
7171
git config --global user.name "dmitrykurmanov"

0 commit comments

Comments
 (0)