Test branch (#2)

This commit is contained in:
Nikita Bykov
2020-09-08 11:22:39 +03:00
committed by GitHub
parent 5d5ff87b28
commit dc8da2cb3a
5 changed files with 124 additions and 101 deletions

View File

@@ -16,13 +16,13 @@ class BoostBuilder {
The architecture with which Boost should be built.
.PARAMETER TempFolderLocation
The location of temporary files that will be used during Go package generation.
The location of temporary files that will be used during Boost package generation.
.PARAMETER WorkFolderLocation
The location of installation files.
.PARAMETER ArtifactFolderLocation
The location of generated Go artifact.
The location of generated Boost artifact.
.PARAMETER InstallationTemplatesLocation
The location of installation script template. Using "installers" folder from current repository.