Skip to content
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

[apiview] adding pr support #5932

Open
wants to merge 61 commits into
base: main
Choose a base branch
from
Open

[apiview] adding pr support #5932

wants to merge 61 commits into from

Conversation

ckairen
Copy link
Member

@ckairen ckairen commented Aug 21, 2024

@ckairen ckairen added the Central-EngSys This issue is owned by the Engineering System team. label Aug 21, 2024
@ckairen ckairen self-assigned this Aug 21, 2024
@praveenkuttappan
Copy link
Member

/azp run cpp - template - ci

Copy link

Azure Pipelines failed to run 1 pipeline(s).

@ckairen
Copy link
Member Author

ckairen commented Aug 29, 2024

/azp run cpp - template - ci

Copy link

Azure Pipelines failed to run 1 pipeline(s).

mkdir $packageJsonDest
Copy-Item $packageJsonSource/* $packageJsonDest -Force
Get-ChildItem $packageJsonDest | Rename-Item -NewName {$_ -replace ".json","_cpp.json"}
displayName: Copy PackageJson
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
displayName: Copy PackageJson
displayName: Copy Package Json

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Central-EngSys This issue is owned by the Engineering System team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

APIView support in C++ PRs
7 participants