Skip to content
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

fixing publish for v2 apps with .NET Core 3 SDK installed #361

Merged
merged 2 commits into from
Dec 11, 2019

Conversation

brettsam
Copy link
Member

Fixes #333

This is a port of #354 for the 1.0 release. If .NET Core 3 SDK is installed, the targets used are different and we were missing this step in this case. I tested this with targeting the 2.2 SDK as well and it continued to work (this target won't get hit in that scenario).

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

Successfully merging this pull request may close these issues.

.NET Core 3.0 SDK publishes a FunctionsV2 project differently/incorrectly compared to 2.2 SDK
2 participants