Skip to content

Commit 0d8ed59

Browse files
authored
remove ntosebpfext.onebranch.sln. (#119)
* remove ntosebpfext.onebranch.sln. * nuget build in post-build * PR Feedback.
1 parent ce0bb7c commit 0d8ed59

File tree

5 files changed

+74
-426
lines changed

5 files changed

+74
-426
lines changed

.github/workflows/cicd.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,17 @@ jobs:
5353
build_nuget: true
5454
configurations: '["Debug", "Release"]'
5555

56+
# Perform the onebranch build.
57+
onebranch:
58+
# Always run this job.
59+
if: github.event_name == 'schedule' || github.event_name == 'pull_request' || github.event_name == 'push' || github.event_name == 'merge_group' || github.event_name == 'workflow_dispatch'
60+
uses: ./.github/workflows/reusable-build.yml
61+
with:
62+
ref: ${{ github.ref }}
63+
build_artifact: Build-x64-onebranch
64+
build_options: /p:BuildOneBranch='True' /t:tools\onebranch
65+
configurations: '["Debug", "Release"]'
66+
5667
# Run the ntosebpfext unit tests in GitHub.
5768
ntosebpfext_units:
5869
# Always run this job.

0 commit comments

Comments
 (0)