Support template fake-compile in hosted security validation - #20
Closed
quasarea wants to merge 102 commits into
Closed
Support template fake-compile in hosted security validation#20quasarea wants to merge 102 commits into
quasarea wants to merge 102 commits into
Conversation
Collaborator
Author
🎯 PR Readiness
🚫 DisqualifiersNone. 📊 Scorecard
✅ Validation Snapshot
📝 This comment was rendered through the shared PR readiness template and posted through the GitHub-specific publisher. |
…e unused variables
…w-UEAddin.ps1 scripts
… and anti-malware scanning
- Updated azure-pipelines.yml to improve readability and consistency. - Removed generate-shim-manifest.yml and run-fake-ue-compile.yml scripts as they are no longer needed. - Consolidated shim manifest generation directly into shim-projects.yml. - Introduced compile-with-shims.yml to streamline the compilation process.
quasarea
force-pushed
the
feature/azure-validation-20260328
branch
from
April 22, 2026 01:48
2c974f9 to
6bfc720
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
templatesandExamplespmllib/output so local PML template builds do not dirty the branchmainKey Changes
scripts/Invoke-FakeUECompile.ps1entry point that builds shim assemblies, setsUNIFIED_ENGINEERING_REFERENCE_PATH, and compiles selected directories against the fake UE surfacescripts/Build-AddIns.ps1with-SkipPostBuildEventand-Rebuildsupport so hosted fake-compile and Polaris capture can run deterministically without deployment-style side effectsshims/for the API surface needed by template and example projects, including Flexible Explorer, database, geometry, utilities, GridControl, PML, Newtonsoft.Json, and WebView2azure-pipelines.ymlto add the hosted security-validation lane, use the explicit self-checkout path in the multi-checkout job, run the Polaris-wrapped fake compile with-Rebuild, and publish.blackduckfrom the correct repo-local pathAveva.Core.Presentationimport and fully qualifyAveva.Core.FlexibleExplorer.FlexibleExplorerpmllib/to.gitignore.github/workflows/test.ymlin this branch so push and PR triggers targetmain.github/agents/ue-customization-manager.agent.mdandREADME.mdwith hosted validation, shim, fake-compile, andpmllib/guidance for future agent sessionsValidation
EnableSecurityValidation=truetemplatesandExamplesNotes
azure-pipelines.ymlnow gets through fake compile, Coverity capture, and artifact publishing end to end.github/workflows/test.ymlchange that is also part of this branch