Skip to content

Change SiteExtension reference #19218

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 2 commits into from
Feb 21, 2020
Merged

Change SiteExtension reference #19218

merged 2 commits into from
Feb 21, 2020

Conversation

BrennanConroy
Copy link
Member

No description provided.

@dougbu
Copy link
Contributor

dougbu commented Feb 21, 2020

We are seeing the same issue in the 'release/5.0-preview1' branch and need this fix there too.

/cc @Pilchie @jkotalik @wtgodbe

FYI root cause of this is unfortunate fact this part of the build isn't run when validating PRs. We may need to either

  1. Re-enable this build step everywhere
  2. Find some way to run this build step when the site extension may be affected
  • Worst case, could have a separate pipeline developers could execute when they suspect it's needed e.g. for this PR and the mega merge

@dougbu
Copy link
Contributor

dougbu commented Feb 21, 2020

Should have mentioned; We (@JunTaoLuo IIRC but after some discussion) disabled the site extensions build step because it was adding extra time to PR validation and usually provided little value

@dougbu
Copy link
Contributor

dougbu commented Feb 21, 2020

@BrennanConroy

We are seeing the same issue in the 'release/5.0-preview1' branch and need this fix there too.

@BrennanConroy
Copy link
Member Author

Yep, I'm very aware :(

@Pilchie Pilchie added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Feb 21, 2020
<!-- When updating this add the previous SiteExtension(s) to the list above -->
<PackageReference Include="Microsoft.AspNetCore.AzureAppServices.SiteExtension.3.1.x64" Version="$(PackageVersion)-$(_PreReleaseLabel)" PrivateAssets="All" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Why were these a package reference before for 3.1?

@dougbu dougbu merged commit 3d17822 into master Feb 21, 2020
@dougbu dougbu deleted the brecon/site50 branch February 21, 2020 17:25
BrennanConroy added a commit that referenced this pull request Feb 21, 2020
* Change SiteExtension reference
* disable
wtgodbe pushed a commit that referenced this pull request Feb 21, 2020
* Change SiteExtension reference
* disable
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.

4 participants