-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
BaseIntermediateOutputPath is not supported with /restore #3695
Comments
This is technically by design as Your value for <PropertyGroup>
<BaseIntermediateOutputPath>$(Root)\obj\$(MSBuildProjectFile)</BaseIntermediateOutputPath>
</PropertyGroup> |
Does NuGet could write an incremential file instead of to write a new file for each project? |
It would be interesting if the assets file would change from |
There's an open issue for having a project-specific name for the assets file here: NuGet/Home#4463 @CodeTroopers I'd like to close this issue if you agree |
Steps to reproduce
With a solution with vbproj and csproj containing PackageReference and ProjectReference for several projects :
Run MSBuild with the command line :
Environment data
msbuild /version
output:15.7.179.6572
Expected behavior
The build would must be in success
Actual behavior
The build fails with several errors due to missing references :
If i remove the property BaseIntermediateOutputPath from the command line then the build is in success
Extracted from the log file
The text was updated successfully, but these errors were encountered: