mirror of
https://github.com/BloodHoundAD/SharpHound
synced 2026-06-08 10:30:46 +00:00
b6538ba78b
* normalize SH pull request templates * build with local version of SHCommon lib if available # Conflicts: # Sharphound.csproj * fix branch name * build dependency fixes * test commonlib change in pipeline * pipeline test * use Common v4 to build common lib * resolve coderabbit comments * done testing * explicit restore steps * add msbuild property PreferLocalLibs * test local libs build pipeline * fix csproj conditional * debug local libs in pipeline * fix syntax * debug logs * more logging * with common lib breaking change * syntax fix * msbuild diagnostics * minimal verbosity * implicit dotnet restore * implicit dotnet restore * try separate restore and build steps * final test against bed-7214 * switch order * asdf * build with breaking lib change * build off common v4 * setup csproj to handle dev, stable, or local libs * log common version used in build * test build with dev package * cleanup * versioned -dev common packages
1.5 KiB
1.5 KiB
Description
Motivation and Context
This PR addresses: [GitHub issue or Jira ticket number]
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
- Chore (a change that does not modify the application functionality)
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- I have met the contributing prerequisites
- Assigned myself to this PR
- Added the appropriate labels
- Associated an issue: https://github.com/SpecterOps/BloodHound/issues/672
- Read the Contributing guide: https://github.com/SpecterOps/BloodHound/wiki/Contributing
- I have ensured that related documentation is up-to-date
- Open API docs
- Code comments
- I have followed proper test practices
- Added/updated tests to cover my changes
- All new and existing tests passed