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
Update assembly version from hardcoded to MajorVersion and update NetCoreAppCurrent to net8.0 #78354
Update assembly version from hardcoded to MajorVersion and update NetCoreAppCurrent to net8.0 #78354
Changes from all commits
17764b9
04be22b
e1ab7c4
b74da6d
498421e
7b33ff9
1091cec
2a40f98
39e41c8
bda1ada
406dc14
057c3f8
7a24341
7b27686
da173cc
28fa14d
ba30472
46780fd
fa358ce
1068c54
51ecadc
2206104
5274dc5
94e88d9
eaff756
b0c8d0b
8f156e4
00c3911
556b2cb
a2bf701
d343750
338b4c3
79c28de
7194ec3
03ee362
5435aa8
739493d
cfad266
2e136ad
70a3755
9d808ba
d24dea5
2a815b2
ee2300e
83279ca
adcc6c8
8907d92
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.
Is this really necessary?
I thought the failures we saw were related to the
RunNativeAotTestApps
step that was added in #76109. We don't run that in this doc.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.
Thanks, you are right. I mixed up
RunNativeAotTestApps
andTestNativeAot
. Will send a follow-up to revert this change to not block this PR.