-
Notifications
You must be signed in to change notification settings - Fork 237
Updating Packaging.targets to support specifying the PackageType #2100
Conversation
| Files="@(_packageFile)" | ||
| Serviceable="$(Serviceable)"/> | ||
| Serviceable="$(Serviceable)" | ||
| PackageTypes="$(PackageType)"/> |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| private List<PackageType> GetPackageTypes() | ||
| { | ||
| var packageTypes = from p in PackageTypes.NullAsEmpty() | ||
| select new PackageType(p.ItemSpec, PackageType.EmptyVersion); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
|
||
| public string Tags { get; set; } | ||
|
|
||
| public ITaskItem[] PackageTypes { get; set; } |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
@ericstj could you please take a look? |
|
What is the Attempting to navigate to the details tells me:
|
Changes in buildtools must be signed by the contributor. We should make sure you're on the list for folks with permission to do that. Can you try again (it appears to be up for me)? If it still is not working then @markwilkie or @mmitche may be able to help get you on the right list. |
|
Updated the code to take a |
|
Fixed to not depend on |
|
Test Innerloop Ubuntu14.04 Debug |
FYI. @weshaggard, this is the buildtools change required to support moving the ILProj SDK into CoreCLR (see dotnet/arcade#317 for more details).