Skip to content

Commit e59b14b

Browse files
Makes sure that the very first build on a fresh machine works immediately (previously you'd get an error saying that some NuGet packages were restored and you need to run the build again).
1 parent cb869b9 commit e59b14b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/Build.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ SET nuGetFolder=%CD%\..\src\packages\
1717
..\src\.nuget\NuGet.exe sources Remove -Name MyGetUmbracoCore
1818
..\src\.nuget\NuGet.exe sources Add -Name MyGetUmbracoCore -Source https://www.myget.org/F/umbracocore/api/v2/ >NUL
1919
..\src\.nuget\NuGet.exe install ..\src\Umbraco.Web.UI\packages.config -OutputDirectory %nuGetFolder%
20+
..\src\.nuget\NuGet.exe install ..\src\umbraco.businesslogic\packages.config -OutputDirectory %nuGetFolder%
21+
..\src\.nuget\NuGet.exe install ..\src\Umbraco.Core\packages.config -OutputDirectory %nuGetFolder%
2022

2123
ECHO Removing the belle build folder to make sure everything is clean as a whistle
2224
RD ..\src\Umbraco.Web.UI.Client\build /Q /S

0 commit comments

Comments
 (0)