Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Pipelines | Fix dotnet Installation on ARM64 #3175
base: main
Are you sure you want to change the base?
Pipelines | Fix dotnet Installation on ARM64 #3175
Changes from 38 commits
bef94f5
a7fdb5e
826652a
db380f5
211a8cb
f59a9b0
04732fc
383a994
6e279f6
296ff01
b3c8c91
6e63c28
2a90fc7
ee60407
cc301b7
0a9e5ca
2490f31
9f69854
56d7dfc
77da2e5
94761c0
bf4be0e
eaa6db4
c0e0541
dc2df9c
675118f
7428b7b
88e057e
3e2e54b
2c09144
77c6c7b
9fc3ea5
48e0e44
cc99e09
a1ad4e3
d5242fd
e78556f
cf842e2
e5f9a13
603f62d
cf27dfb
b31abca
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I wonder if this will end up becoming a blocker for onebranch conversion... we can cross that bridge when we get to it.
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.
Oh, uhm ... maybe. I'll have to dig through the network restrictions list again.
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.
Can you leverage 1es artifact instead? this one: https://dev.azure.com/devdiv/XlabImageFactory/_git/XlabImageFactory?path=/artifacts/windows-dotnetcore-sdk/dotnet-install.ps1 supports fetching all SDK variants and handles arm64 too.
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.
Fetching anything external (assuming "dot.net" is considered external) from an official OB pipeline will not fly. But if it's just a test pipeline, might be okay.
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.
I can try that, though it's not a publicly accessible ADO instance.