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
{{ message }}
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
repro:
clone the repro,
open the solution,
build the x64 configuration
expected:
build succeeds
observed:
build fails with:
2>\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4651,5): error MSB3030: Could not copy the file "D:\repos\WSL-DistroLauncher\x64\install.tar.gz" because it was not found.
Notes:
The file install.tar.gz is requested to be under the WSL-DistroLauncher\x64
The readme.md tells to put it into the root of the project, i.e. /WSL-DistroLauncher/
The text was updated successfully, but these errors were encountered:
crramirez
added a commit
to crramirez/WSL-DistroLauncher
that referenced
this issue
Oct 29, 2020
repro:
clone the repro,
open the solution,
build the x64 configuration
expected:
build succeeds
observed:
build fails with:
2>\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4651,5): error MSB3030: Could not copy the file "D:\repos\WSL-DistroLauncher\x64\install.tar.gz" because it was not found.
Notes:
The file install.tar.gz is requested to be under the WSL-DistroLauncher\x64
The readme.md tells to put it into the root of the project, i.e. /WSL-DistroLauncher/
The text was updated successfully, but these errors were encountered: