зеркало из
1
0
Форкнуть 0
This commit is contained in:
Chris Maddock 2016-10-06 23:15:59 +01:00 коммит произвёл GitHub
Родитель fe2270c410
Коммит 666037631b
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -28,7 +28,7 @@ The build.cake script contains a number of interdependent tasks. The most
important top-level tasks to use are listed here:
```
FetchPackages Retrieves the latest versions of the required assemblies, from the lates NuGet packages.
FetchPackages Retrieves the latest versions of the required assemblies, from the latest NuGet packages.
CreateImage Extracts the assemblies from the NuGet packages, and adds other required files to an image directory.
PackageMsi Builds the MSI.
```