Skip to content

Move reference assemblies into obj (again)#7075

Merged
rainersigwald merged 1 commit into
mainfrom
revert-6718-revert-ref-asm-move
Nov 30, 2021
Merged

Move reference assemblies into obj (again)#7075
rainersigwald merged 1 commit into
mainfrom
revert-6718-revert-ref-asm-move

Conversation

@rainersigwald

Copy link
Copy Markdown
Member

Reverts #6718

Fixes #6543.

@rainersigwald rainersigwald added this to the MSBuild 17.1 milestone Nov 23, 2021
@Forgind

Forgind commented Nov 23, 2021

Copy link
Copy Markdown
Contributor

Do we have a proper fix for that work item? It looks like someone closed because after reverting moving ref assemblies into obj, the problem went away...wouldn't this essentially just reopen that, or did we change something else?

@rainersigwald rainersigwald changed the base branch from vs17.0 to main November 23, 2021 22:27
@rainersigwald

Copy link
Copy Markdown
Member Author

Per #6543 (comment), this was blocked on project system and IDE work that is now complete. However, I plan to run an exp/ insertion and poke around a bit before undrafting this.

@rainersigwald

rainersigwald commented Nov 30, 2021

Copy link
Copy Markdown
Member Author

I manually verified a build of OrchardCore and the regression AB#1361354 that caused us to back this out before, and this looks good to me now.

@rainersigwald rainersigwald marked this pull request as ready for review November 30, 2021 17:13
@Forgind Forgind added the merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now. label Nov 30, 2021
@rainersigwald rainersigwald merged commit 7cd2281 into main Nov 30, 2021
@rainersigwald rainersigwald deleted the revert-6718-revert-ref-asm-move branch November 30, 2021 22:49
rainersigwald added a commit to dotnet/sdk that referenced this pull request Dec 3, 2021
Specifically these will fail due to an extra file in bin before the VS MSBuild has dotnet/msbuild#7075.
dotnet-maestro Bot added a commit to dotnet/sdk that referenced this pull request Dec 7, 2021
[release/6.0.2xx] Update dependencies from dotnet/msbuild


 - Update VS package version

 - Stop assuming ref assemblies are in output folder

They are moved--see dotnet/msbuild#6543

 - fixup! Stop assuming ref assemblies are in output folder

 - fixup! Stop assuming ref assemblies are in output folder

 - fixup! fixup! Stop assuming ref assemblies are in output folder

 - Only test ref outputs on newer MSBuild

Specifically these will fail due to an extra file in bin before the VS MSBuild has dotnet/msbuild#7075.

 - fixup! Only test ref outputs on newer MSBuild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move the default location for ref assemblies to obj (from bin)

3 participants