Skip to content

Run signcheck if previous steps succeeded an try publishing build art… #11237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2019

Conversation

JunTaoLuo
Copy link
Contributor

This might help us debug what's going on when builds hang.

@JunTaoLuo JunTaoLuo requested a review from dougbu June 14, 2019 21:18
@JunTaoLuo JunTaoLuo requested a review from a team as a code owner June 14, 2019 21:18
@@ -126,7 +126,7 @@ jobs:
/bl:artifacts/log/build.signcheck.binlog
$(_BuildArgs)
displayName: Run sign check
condition: eq(variables['_SignType'], 'real')
condition: and(succeeded(), eq(variables['_SignType'], 'real'))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should save about 1.5 minutes out of the 5 minutes grace period.

@JunTaoLuo JunTaoLuo force-pushed the johluo/shuffle-ci-steps branch from ac03170 to 066034e Compare June 14, 2019 21:19
@analogrelay analogrelay added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Jun 14, 2019
@JunTaoLuo JunTaoLuo merged commit af2f647 into master Jun 14, 2019
@JunTaoLuo JunTaoLuo deleted the johluo/shuffle-ci-steps branch June 14, 2019 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants