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
When running ./build.sh --test, the following error appears:
root@cb7aa5f1f384:~/repos/dotnet# ./build.sh --test
/root/repos/dotnet/build.proj : error MSB4057: The target "RunSmokeTest" does not exist in the project.
Build FAILED.
/root/repos/dotnet/build.proj : error MSB4057: The target "RunSmokeTest" does not exist in the project.
0 Warning(s)
1 Error(s)
When running
./build.sh --test
, the following error appears:Looking at the build script for the test option:
The
RunSmokeTest
target exists inbuild.sourcebuild.targets
.It looks like dotnet/installer#18358 brought in the changes that are causing this error.
The text was updated successfully, but these errors were encountered: