File tree 1 file changed +4
-4
lines changed
src/SourceBuild/content/eng 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ function ParseBinaryArgs {
191
191
# or a pre-existing .dotnet SDK directory must exist.
192
192
if [ " $dotnetSdk " == " $defaultDotnetSdk " ] && [ ! -d " $dotnetSdk " ]; then
193
193
echo " ERROR: A pre-existing .dotnet SDK directory is needed if --with-sdk is not provided. \
194
- Please either supply an SDK using --with-sdk or execute ./prep.sh before proceeding. Exiting..."
194
+ Please either supply an SDK using --with-sdk or execute ./eng/ prep-source-build .sh before proceeding. Exiting..."
195
195
exit 1
196
196
fi
197
197
@@ -200,7 +200,7 @@ function ParseBinaryArgs {
200
200
if [ " $packagesSourceFeed " == " $defaultPackagesDir " ] && [ ! -d " $packagesSourceFeed " ]; then
201
201
echo " ERROR: A pre-existing packages directory is needed if --with-packages is not provided. \
202
202
Please either supply a packages directory using --with-packages or \
203
- execute ./prep.sh with download artifacts enabled before proceeding. Exiting..."
203
+ execute ./eng/ prep-source-buil .sh with download artifacts enabled before proceeding. Exiting..."
204
204
exit 1
205
205
fi
206
206
@@ -224,8 +224,8 @@ function ParseBinaryArgs {
224
224
packagesSourceFeed=" $previouslyBuiltPackagesDir "
225
225
else
226
226
echo " ERROR: A pre-existing package archive is needed if --with-packages is not provided. \
227
- Please either supply a source-feed using --with-packages or execute ./prep.sh with \
228
- download artifacts enabled before proceeding. Exiting..."
227
+ Please either supply a source-feed using --with-packages or execute ./eng/ prep-source-build .sh \
228
+ with download artifacts enabled before proceeding. Exiting..."
229
229
exit 1
230
230
fi
231
231
fi
You can’t perform that action at this time.
0 commit comments