You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Specifying a --project-path from Windows with a WSL path fails
dotnet aws deploy --project-path \\\\wsl$\\Ubuntu\\home\\path\\to\\project.csproj
Failed to find a valid .csproj or .fsproj file at path \\\\wsl$\\Ubuntu\\home\\path\\to\\project.csproj
Expected behavior
Not entirely sure if this is expected to work. Per #311 we're determining paths that start with \\ are invalid, but looks like this was to prevent SMB shared paths, not necessarily WSL.
Environment (please complete the following information):
CLI Version: [eg. 1.0.0] 0.47.26
Include the output of dotnet --info
This is a 🐛 bug report
The text was updated successfully, but these errors were encountered:
WSL path has pattern as \\wsl$\[distro name]. So essentially, if deployment is expected to happen from a WSL path, then the check here should be modified to exclude \\wsl$ path.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the bug
Specifying a
--project-path
from Windows with a WSL path failsOriginally reported via the VS Toolkit - aws/aws-toolkit-visual-studio#263
Expected behavior
Not entirely sure if this is expected to work. Per #311 we're determining paths that start with
\\
are invalid, but looks like this was to prevent SMB shared paths, not necessarily WSL.Environment (please complete the following information):
dotnet --info
This is a 🐛 bug report
The text was updated successfully, but these errors were encountered: