Skip to content

When user uses --packages $path, the $path should be sent to dotnet build command as well #1187

@adamsitnik

Description

@adamsitnik

In dotnet/performance#594 I have hit an issue in a CI script that was running following command:

dotnet restore --packages $path
dotnet build --no-restore

It turns out, that if we pass the packages restore folder to dotnet restore, we should also pass it to dotnet build via NuGetPackageRoot magic MSBuild property ;)

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions