-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Conversation
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
|
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 |
|
Yep, I'm very aware :( |
<!-- 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" /> |
There was a problem hiding this comment.
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?
* Change SiteExtension reference * disable
No description provided.