-
Notifications
You must be signed in to change notification settings - Fork 38
Azure pipelines #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
adityapatwardhan
merged 131 commits into
PowerShell:master
from
adityapatwardhan:azure-pipelines
Sep 9, 2025
Merged
Azure pipelines #104
adityapatwardhan
merged 131 commits into
PowerShell:master
from
adityapatwardhan:azure-pipelines
Sep 9, 2025
Conversation
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
#### AI description (iteration 1) #### PR Classification This pull request imports an extensive suite of code—from native interop libraries and build scripts to CI configurations and documentation—from GitHub to fully integrate PowerShell’s core components. #### PR Summary The PR brings in hundreds of new files that set up native interop support, multi‑platform builds, and automation for testing and packaging. Key changes include: - **`src/PowerShell.Core.Instrumentation/`**: Added the ETW manifest file and the PowerShell ETW registration script to support event tracing. - **`src/libpsl-native/`**: Introduced a comprehensive native library in C/C++ with new source and header files (for file stat, ownership, process creation, symlink handling, etc.), along with CMakeLists and toolchain files for building on Windows, Linux, and macOS. - **Build and CI Scripts**: Added/upgraded `/build.psm1`, various CMakeLists files, and YAML pipeline configurations (CodeQL, Azure Pipelines for Windows, Linux, and macOS) for automated builds and tests. - **Documentation and Guidelines**: Added a new CONTRIBUTING.md, updated README.md, SECURITY.md, and Code of Conduct to guide contributors and ensure compliance. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
adityapatwardhan
commented
Sep 2, 2025
azurepipelines-coverage.yml
Outdated
| @@ -0,0 +1,6 @@ | |||
| # Learn more about Microsoft's code coverage adoption and get support at https://www.aka.ms/codecoveragetsg | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
| # Learn more about Microsoft's code coverage adoption and get support at https://www.aka.ms/codecoveragetsg |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
TravisEz13
approved these changes
Sep 2, 2025
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
TravisEz13
requested changes
Sep 8, 2025
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
TravisEz13
approved these changes
Sep 9, 2025
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.
PR Summary
Create OneBranch Pipeline for PowerShell-Native
PR Context