We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50a2ca commit aa9a669Copy full SHA for aa9a669
update-v2-docs.yml
@@ -65,7 +65,7 @@ steps:
65
# https://github.com/microsoft/azure-pipelines-yaml/issues/248
66
# https://stackoverflow.com/questions/58485585/azure-pipeline-powershell-and-git-on-windows-server-2019-gives-error-in-output
67
- powershell: |
68
- cd $(Build.SourcesDirectory)
+ cd $(Build.SourcesDirectory)/service
69
$env:GIT_REDIRECT_STDERR = '2>&1'
70
git config --global user.email "[email protected]"
71
git config --global user.name "dmitrykurmanov"
0 commit comments