Change DotNetFeedUrl to internal CI feed#32694
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.
details that matters
There was a problem hiding this comment.
Thank you for noticing!
There was a problem hiding this comment.
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 <5375137+PureWeen@users.noreply.github.com>
…#32781) * Initial plan * Backport PRs #32610, #32694, #32779 - pipeline configuration fixes Co-authored-by: PureWeen <5375137+PureWeen@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: PureWeen <5375137+PureWeen@users.noreply.github.com>
Trying to fix CI