Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 90
steps:
- name: Run ci-versioning
uses: BuroHappoldEngineeringAdmin/CI_Toolkit/.github/actions/ci-versioning@develop
uses: BuroHappoldEngineeringAdmin/CI_Toolkit/.github/actions/ci-versioning@fix/ci-versioning-gate-and-scan-root
with:
app_id: ${{ secrets.BHOM_APP_ID }}
private_key: ${{ secrets.BHOM_APP_PRIVATE_KEY }}
8 changes: 8 additions & 0 deletions File_Engine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Sandbox validation file for CI_Toolkit fix/ci-versioning-gate-and-scan-root.
//
// Named AssemblyInfo.cs at the real-world depth (a project's Properties folder)
// so the versioning changed-file gate can be exercised in a live runner: the
// ':(exclude)*AssemblyInfo.cs' pathspec must drop it, leaving count=0 so every
// step self-skips. Deliberately carries no assembly attributes, because this
// project generates them from the SDK and a duplicate would break the build if
// anything ever did compile this branch.
Loading