Skip to content

Commit 4bfe7b1

Browse files
committed
Merge pull request #1526 from yugangw-msft/withfeed
include private feed during dnu restore
2 parents 2b8928d + 9a268c3 commit 4bfe7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/CLU/BuildAndInstallClu.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if ERRORLEVEL 1 (
99

1010
pushd
1111
cd %root%\src\CLU
12-
call dnu.cmd restore
12+
call dnu.cmd restore -s https://api.nuget.org/v3/index.json -s "%root%\tools\LocalFeed"
1313
if ERRORLEVEL 1 (
1414
echo "dnu.cmd restore" failed under folder of "%root%\src\CLU"
1515
popd

0 commit comments

Comments
 (0)