-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Change DotNetFeedUrl to internal CI feed #32694
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
| <NugetArtifactsPath>$(MauiRootDirectory)/artifacts</NugetArtifactsPath> | ||
| <PrivateSdk>$(PRIVATE_BUILD)</PrivateSdk> | ||
| <PrivateSdk Condition=" '$(PrivateSdk)' == ''">false</PrivateSdk> | ||
| <PrivateSdk Condition=" '$(PrivateSdk)' == ''">false</PrivateSdk> |
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.
details that matters
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.
Thank you for noticing!
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.
Pull Request Overview
This PR updates the CI infrastructure configuration to use a different .NET feed URL, likely to resolve CI build failures. The change aligns the public feed URL with the pattern already used for internal feeds.
- Changed
DotNetFeedUrlfrom Azure blob storage URL toci.dot.netpublic feed - Fixed minor formatting issue (removed extra space in PrivateSdk condition)
|
/backport to inflight/candidate |
|
Started backporting to |
|
@jfversluis backporting to git am output$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Patch format detection failed.
Error: The process '/usr/bin/git' failed with exit code 128 |
* Change DotNetFeedUrl to internal CI feed * Update DotNet.csproj * Update DotNet.csproj * Update DotNetFeedUrl to use internal CI feed * Update DotNet.csproj
|
/backport to release/10.0.1xx-sr1 |
|
Started backporting to |
|
@PureWeen backporting to git am output$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Patch format detection failed.
Error: The process '/usr/bin/git' failed with exit code 128 |
Co-authored-by: PureWeen <[email protected]>
…#32781) * Initial plan * Backport PRs #32610, #32694, #32779 - pipeline configuration fixes Co-authored-by: PureWeen <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: PureWeen <[email protected]>
Trying to fix CI