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 e58c866 commit 9355679Copy full SHA for 9355679
appveyor.yml
@@ -26,6 +26,6 @@ test: off
26
on_success:
27
- cd azure-psdocs-processing
28
- git add -A
29
- - git diff --quiet --exit-code --cached || git commit --author="VSC CI Service <vscavu@microsoft.com>" -m "Update azure powershell-azuread docs." && git pull origin master && git push origin master
+ - git diff --quiet --exit-code --cached || git commit --author="VSC CI Service <vscavu@microsoft.com>" -m "Update azure powershell-azuread docs." && git pull origin master --rebase && git push origin master
30
# on_finish:
31
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
0 commit comments