Skip to content

[5.0-preview3] Remove Code_check job from publish-build-assets.yml dependsOn #20559

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
Apr 5, 2020

Conversation

dougbu
Copy link
Contributor

@dougbu dougbu commented Apr 5, 2020

  • re-enable the "Build SiteExtension" build step!
  • nit: remove redundant conditions for easier reading

- re-enable the "Build SiteExtension" build step!
- nit: remove redundant conditions for easier reading
@dougbu dougbu added area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework tell-mode Indicates a PR which is being merged during tell-mode labels Apr 5, 2020
@dougbu dougbu requested review from BrennanConroy and a team April 5, 2020 20:58
@@ -176,8 +176,7 @@ stages:
-noBuildDeps
$(_BuildArgs)
$(_InternalRuntimeDownloadArgs)
# Disabled until 3.1.3 is released
condition: false
condition: ne(variables['Build.Reason'], 'PullRequest')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

FYI this step doesn't have a condition on it in 'release/3.1' branch, meaning it will run if previous steps succeed.

@dougbu dougbu merged commit d6821fa into release/5.0-preview3 Apr 5, 2020
@dougbu dougbu deleted the dougbu/use.codecheck.less/5.0p3 branch April 5, 2020 22:29
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 tell-mode Indicates a PR which is being merged during tell-mode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants