You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFAICT - this is due to the fact that $(ProduceReferenceAssembly) is true during our build, and whatever mechanism we are using to deploy the above projects is picking up the reference assembiles.
We are shipping "ref" assemblies of our product assemblies inside the .NET SDK. These files are not necessary. We should remove them.
AFAICT - this is due to the fact that
$(ProduceReferenceAssembly)
istrue
during our build, and whatever mechanism we are using to deploy the above projects is picking up the reference assembiles.See the discussion here: dagood/source-build#9 (comment)
cc @sfoslund @dsplaisted
The text was updated successfully, but these errors were encountered: