Could not execute dotnet restore on project names with spaces
kwlin opened this issue ยท 5 comments
๐ Bug Report
We are using NuKeeper on a solution with a project name with spaces. Only the NuKeeper fail while executing dotnet restore with following message:
dotnet restore 07 - Implementation.csproj
Command dotnet failed with exit code: 1
MSBUILD : error MSB1008: Only one project can be specified.
Switch: Implementation.csproj
For switch syntax, type "MSBuild -help"
Updates failed NuKeeperException : Command dotnet failed with exit code: 1
MSBUILD : error MSB1008: Only one project can be specified.
Switch: Implementation.csproj
For switch syntax, type "MSBuild -help"
Expected behavior
NuKeeper should accept project file names with spaces in it and use quotation while executing dotnet restore.
Reproduction steps
Execute NuKeeper on a solution with spaces in the csproj name.
Configuration
Version: 0.34.0
Platform if applicable:
- ๐ ๏ธ NuKeeper CLI
- โจ GitHub
- ๐ค AzureDevops
- ๐ Bitbucket
- ๐ Gitlab
- ๐บ Gitea
- ๐ณ Docker
The issue seems here:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The PR has been merged. Thanks!