Remove branch trigger and CI check for releases by WardenGnaw · Pull Request #1544 · microsoft/MIEngine

@WardenGnaw

* Disable SBOM for non-folder publish and fix SymbolUpload Warning (#1540)

Disable SBOM for non-folder publish and other warnings

This PR disables SBOM for non-folder publishes because the build will
get a warning saying: "BuildDropPath '<FILE PATH>' must be a directory,
not a file"

Disabling SBOM checks where we know we are only publishing a file.

Changing ExpirationInDays to be 5475

* Update BasicCallStack Test Frame lines for CppVsDbg (#1541)

* Update BasicCallStack Test Frame lines

This PR updates checkCallStack line 81 to 80 which matches what the cpp
file has. Same with callback func

* x86 and x64 should be the same now

* Refactor DebuggerTesting pipeline for 1ES Compliance (#1542)

* Refactor DebuggerTesting pipeline for 1ES Compliance

* Add comment

* DebuggerTesting-Release updates (#1543)

Use Test Sign for Testing packages

* Remove branch trigger and CI check for releases (#1544)

* Remove branch trigger and CI check for releases

* Trigger: none