Skip to content

Commit

Permalink
Merge pull request #1363 from microsoft/dev/qmuntal/builddocs
Browse files Browse the repository at this point in the history
Update eng/run.ps1 documentation
  • Loading branch information
karianna authored Oct 23, 2024
2 parents 9cdf709 + 6176ea4 commit 259cfc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion eng/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ pwsh eng/run.ps1 build -refresh
patches) before the command builds the repository. Remove `-refresh` if you've
made changes in the submodule (`go`) that you want to keep.
* Add `-test` to run tests after the build completes.
* Add `-pack` to create an archive file containing the Go build in
* Add `-packbuild` to create an archive file containing the Go build in
`eng/artifacts/bin`. (A `.tar.gz` or `.zip` file, depending on GOOS)
* Add `-packsource` to create a `.tar.gz` file containing the Go sources in
`eng/artifacts/bin`.

Run this command for more information:

Expand Down
2 changes: 1 addition & 1 deletion eng/_util/cmd/build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ in 'src' such as 'src/run.bash' instead of this script.
Example: Build Go, run tests, and produce an archive file:
eng/run.ps1 build -test -pack
eng/run.ps1 build -test -packbuild
`

func main() {
Expand Down

0 comments on commit 259cfc6

Please sign in to comment.