-
Notifications
You must be signed in to change notification settings - Fork 229
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
Moving patch fixes from placeholder branch to rel/2.0.1 #626
Conversation
Adding @natemcmaster and @JunTaoLuo to review and to make sure the patch infrastructure sees this branch. |
<Project Sdk="Microsoft.NET.Sdk"> | ||
<Import Project="..\Shared.proj" /> | ||
<PropertyGroup> | ||
<RuntimeIdentifier>win-arm</RuntimeIdentifier> |
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.
Have you tried using just one csproj instead? You can specified multiple RIDs in one file.
<RuntimeIdentifiers>win-arm;win-arm64;win7-x86</RuntimeIdentifiers>
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.
Wasn't able to get it to work with RuntimeIdentifiers
. Don't recall exactly what the problem was at the time.
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.
That's fine. Was just wondering if you were aware this was an option.
@@ -0,0 +1,17 @@ | |||
<Project> |
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.
Nit: it's MSBuild convention use the .props
extension instead of .proj
. This file is only intended to be used via Import, and not invoked directly.
We should be ok on infrastructure. Universe is already set to build rel/2.0.1 of this repo. |
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.
when CI is green
AppVeyor is failing to build
Known issue? |
Issues addressed (along with the approved PRs) :
#587 --> #597
#588 --> #596
#601 --> #605
cc @Eilon @mlorbetske