Skip to content

Conversation

@natemcmaster
Copy link
Contributor

A necessary code-cleanup to prepare for #7280

@natemcmaster natemcmaster requested a review from a team as a code owner June 11, 2019 22:21
@natemcmaster natemcmaster requested a review from JunTaoLuo June 11, 2019 22:21
@Eilon Eilon added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Jun 11, 2019
@natemcmaster natemcmaster changed the title Add option for only packing specific packages Add option for only packing runtime-specific packages Jun 12, 2019
@natemcmaster
Copy link
Contributor Author

🆙 📅 it turns out there where several places that depended IsPackable=true, which probably shouldn't have. I've updated to make the following changes:

  • Suppress producing Microsoft.AspNetCore.Blazor.Templates.dll. This was a dummy .dll file which was getting packed into the Blazor VSIX, even though it contained no code
  • Decouple some build targets from IsPackable=true that shouldn't have depended on it
  • Fixup ANCMSymbols

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