Skip to content

Commit

Permalink
move hvsocketaddr to internal/tools
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim An <maksiman@microsoft.com>
  • Loading branch information
anmaxvl committed Feb 26, 2025
1 parent 48d643b commit bba2e48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,6 @@ jobs:
name: Build device-util.exe
- run: ${{ env.GO_BUILD_CMD }} ./cmd/ncproxy
name: Build ncproxy.exe
- run: ${{ env.GO_BUILD_CMD }} ./cmd/hvsocketaddr
name: Build hvsocketaddr.exe
- run: ${{ env.GO_BUILD_CMD }} ./internal/tools/grantvmgroupaccess
name: Build grantvmgroupaccess.exe
- run: ${{ env.GO_BUILD_CMD }} ./internal/tools/networkagent
Expand All @@ -659,6 +657,8 @@ jobs:
name: Build uvmboot.exe
- run: ${{ env.GO_BUILD_CMD }} ./internal/tools/zapdir
name: Build zapdir.exe
- run: ${{ env.GO_BUILD_CMD }} ./internal/tools/hvsocketaddr
name: Build hvsocketaddr.exe

- uses: actions/upload-artifact@v4
if: ${{ github.event_name == 'pull_request' }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ querying HCS isn't an option.
## Build
Build the binary as following
```powershell
> go build ./cmd/hvsocketaddr
> go build ./internal/tools/hvsocketaddr
```

## Run
Expand Down
File renamed without changes.

0 comments on commit bba2e48

Please sign in to comment.