-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Use CDN for .NET Assets #39007
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
Use CDN for .NET Assets #39007
Conversation
|
/backport to release/6.0 |
|
/backport to release/5.0 |
|
/backport to release/3.1 |
|
Started backporting to release/6.0: https://github.com/dotnet/aspnetcore/actions/runs/1580525404 |
|
/backport to release/2.1 |
|
Started backporting to release/5.0: https://github.com/dotnet/aspnetcore/actions/runs/1580525567 |
|
Started backporting to release/3.1: https://github.com/dotnet/aspnetcore/actions/runs/1580525977 |
|
Started backporting to release/2.1: https://github.com/dotnet/aspnetcore/actions/runs/1580526185 |
|
@TanayParikh backporting to release/6.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Use CDN for .NET Assets
Using index info to reconstruct a base tree...
M eng/Versions.props
Falling back to patching base and 3-way merge...
Auto-merging eng/Versions.props
CONFLICT (content): Merge conflict in eng/Versions.props
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Use CDN for .NET Assets
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
|
@TanayParikh backporting to release/3.1 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Use CDN for .NET Assets
Using index info to reconstruct a base tree...
M eng/Versions.props
Falling back to patching base and 3-way merge...
Auto-merging eng/Versions.props
CONFLICT (content): Merge conflict in eng/Versions.props
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Use CDN for .NET Assets
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
|
@TanayParikh backporting to release/5.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Use CDN for .NET Assets
Using index info to reconstruct a base tree...
M eng/Versions.props
Falling back to patching base and 3-way merge...
Auto-merging eng/Versions.props
CONFLICT (content): Merge conflict in eng/Versions.props
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Use CDN for .NET Assets
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
|
@TanayParikh backporting to release/2.1 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Use CDN for .NET Assets
Using index info to reconstruct a base tree...
M eng/Versions.props
Falling back to patching base and 3-way merge...
Auto-merging eng/Versions.props
CONFLICT (content): Merge conflict in eng/Versions.props
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Use CDN for .NET Assets
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
* Backport Use CDN for .NET Assets to release 6.0 #39007 * Use dotnetcli.azureedge
* Backport Use CDN for .NET Assets for release/5.0 #39007 * Update Versions.props * Update Versions.props
Updating to use CDN per @MattGal's suggestion.
https://dotnetbuilds.blob.core.windows.net/public/Runtime/7.0.0-alpha.1.21609.9/dotnet-runtime-7.0.0-alpha.1.21609.9-osx-x64.tar.gz -->
https://dotnetbuilds.azureedge.net/public/Runtime/7.0.0-alpha.1.21609.9/dotnet-runtime-7.0.0-alpha.1.21609.9-osx-x64.tar.gz
Should help bolster reliability along with #39005.