Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Use file globbing to resolve manifests #143

Closed
wants to merge 2 commits into from
Closed

Use file globbing to resolve manifests #143

wants to merge 2 commits into from

Conversation

JunTaoLuo
Copy link
Contributor

Following up to #127.

Now that we have an updated CLI with the changes we needed, we can at least use file globbing to resolve the manifest names. This can go into preview2 but is also not necessary.

@@ -15,12 +11,19 @@ Error if PublishWithAspNetCoreTargetManifest is set to true for standalone app
-->
<Target
Name="PublishWithAspNetCoreTargetManifest"
BeforeTargets="Publish"
DependsOnTargets="PrepareForPublish"
AfterTargets="PrepareForPublish"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🆙📅 we need to run this target earlier than we have been to ensure TargetManifestFiles is set before all dotnet/sdk targets that rely on it.

@JunTaoLuo
Copy link
Contributor Author

Closed in 35ec069

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants