-
Notifications
You must be signed in to change notification settings - Fork 56
[ci] Move build pipeline to dnceng-public #1299
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
Conversation
Updates the build pipeline to run in new build in the dnceng-public org: https://dev.azure.com/dnceng-public/public/_build?definitionId=304 The OneLocBuild job has been moved to a separate pipeline file that will run on a schedule in the DevDiv org.
This reverts commit 565b381.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Successful run over here as well https://dev.azure.com/dnceng-public/public/_build/results?buildId=935370&view=results |
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.
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
build-tools/automation/azure-pipelines.yaml:26
- [nitpick] The variable name 'HostedWinImage' could be more descriptive. Consider renaming it to 'HostedWindowsImage'.
HostedWinImage: windows-2022
build-tools/automation/azure-pipelines.yaml:27
- [nitpick] The variable name 'HostedMacImage' could be more descriptive. Consider renaming it to 'HostedMacOSImage'.
HostedMacImage: macOS-14
Changes: dotnet/java-interop@e288589...dd3c1d0 * dotnet/java-interop@dd3c1d05: [Java.Interop] Add `JniRuntime.JniValueManager.TryCreatePeer()` (dotnet/java-interop#1301) * dotnet/java-interop@fb642c94: [ci] Move build pipeline to dnceng-public (dotnet/java-interop#1299)
Changes: dotnet/java-interop@e288589...dd3c1d0 * dotnet/java-interop@dd3c1d05: [Java.Interop] Add `JniRuntime.JniValueManager.TryCreatePeer()` (dotnet/java-interop#1301) * dotnet/java-interop@fb642c94: [ci] Move build pipeline to dnceng-public (dotnet/java-interop#1299)
Updates the build pipeline to run in new build in the dnceng-public org:
https://dev.azure.com/dnceng-public/public/_build?definitionId=304
The OneLocBuild job has been moved to a separate pipeline file that will
run on a schedule in the DevDiv org.