Skip to content

Commit

Permalink
Tweak README for GitHub Actions build (#213)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress authored Jul 28, 2023
1 parent 52592ec commit 8a5ad5b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ A .NET Assembly to facilitate communication between Chef and PowerShell on the W

### Development Prerequisites

Binaries can be built with Habitat. See the PowerShell script .\.expeditor\build_gems.ps1 to test your changes
Then run .\.expeditor\manual_gem_release.ps1 to build the gem and push it out. Releng does not have a Windows centric
Binaries can be built with Habitat. See the PowerShell script `.\.expeditor\build_gems.ps1` to test your changes locally.

### Build on merge

`workflows/gem-build.yml` should normally build on merge to `main`

### Manual build

Then run `.\.expeditor\manual_gem_release.ps1` to build the gem and push it out. Releng does not have a Windows centric
facility to build and push gems to Artifactory automatically. You will need:
1) Access to the Chef internal Artifactory repo
2) a Windows build system
Expand Down

0 comments on commit 8a5ad5b

Please sign in to comment.