mirror of
https://github.com/microsoft/GSL.git
synced 2024-12-23 21:52:50 -05:00
Add more logging to commit step
This commit is contained in:
parent
0860dd297e
commit
b2470df93a
@ -137,6 +137,6 @@ on_success:
|
|||||||
- git checkout %APPVEYOR_REPO_BRANCH%
|
- git checkout %APPVEYOR_REPO_BRANCH%
|
||||||
- git add "asm/*"
|
- git add "asm/*"
|
||||||
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
- (git commit -m "[skip ci] Update ASM for %APPVEYOR_BUILD_WORKER_IMAGE%_%GSL_CXX_STANDARD%_%USE_TOOLSET%_%PLATFORM%_%CONFIGURATION%" && git push) || git status
|
- (git commit -m "[skip ci] Update ASM for %APPVEYOR_BUILD_WORKER_IMAGE%_%GSL_CXX_STANDARD%_%USE_TOOLSET%_%PLATFORM%_%CONFIGURATION%" && git push) || (git status & git diff & echo NO CHANGES TO COMMIT)
|
||||||
|
|
||||||
deploy: off
|
deploy: off
|
||||||
|
Loading…
Reference in New Issue
Block a user