Commit 965c78c
authored
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: #21301 parent dfe2fbe commit 965c78c
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
17 | 26 | | |
18 | 27 | | |
19 | 28 | | |
| |||
117 | 126 | | |
118 | 127 | | |
119 | 128 | | |
120 | | - | |
| 129 | + | |
121 | 130 | | |
122 | 131 | | |
123 | 132 | | |
| |||
0 commit comments