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
Fix use of a simple directory name with build-source-tarball.sh (#2140)
Running
./build-source-tarball.sh dotnet-v3.1.114-SDK-original
Leads to source-build trying to use
source-build/packages/restored/microsoft.dotnet.arcade.sdk/1.0.0-beta.20113.5/tools/dotnet-v3.1.114-SDK-original
instead of a top-level dotnet-v3.1.114-SDK-original directory.
Fix that.
Fixes: #2130
0 commit comments