forked from dotnet/msbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move ref assembly to the obj folder (dotnet#6560)
Fixes dotnet#6543 ### Context The location of this file is mostly irrelevant, and users find it confusing when it's in the output folder. ### Changes Made Changed the compiler's obj output to a folder named `refint` and changed the "final" output ref assembly to live in `obj/ref` (modulo other variables). Did this under a double opt-out: it's in the 17.0 changewave, and there's a new property `$(ProduceReferenceAssemblyInBin)`. ### Notes Naming on . . . everything is up for debate. Co-authored-by: Nirmal Guru <[email protected]>
- Loading branch information
1 parent
eac68aa
commit 6dba77a
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters