dotnet / dotnet/deployment-tools
Internal Error of Could not find a part of the path when mage on linux
Open
area-ClickOnce
up-for-grabs
- Dominant language
- C#
- Stars
- 213
- Forks
- 73
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 4
Description
When trying to mage application, i got the following path separator related issue.
I believe the right path should be ```'/Temp/2.0.0.0/'```, instead of ```'/Temp/2.0.0.0\'```.
> root@4d4e7e505f74:/Temp# ls
2.0.0.0
root@4d4e7e505f74:/Temp# dotnet mage -new Application -t 2.0.0.0/MyStarter.manifest -fd 2.0.0.0 -v 2.0.0.0 -n MyStarterTest
Internal error, please try again. Could not find a part of the path '/Temp/2.0.0.0\\'.
Do we have a way to avoid this?
Contributor guide
Assessment
This issue has not been assessed yet.