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

Revert to full .NET Framework MSBuild for Pack target #713

Merged
merged 1 commit into from
Jul 1, 2017
Merged

Revert to full .NET Framework MSBuild for Pack target #713

merged 1 commit into from
Jul 1, 2017

Conversation

conniey
Copy link
Contributor

@conniey conniey commented Jun 30, 2017

The issue is that using dotnet pack calls MSBuild Core, doesn't allow us to call GitVersionTask because it hasn't been ported to .NET Core. As a result, the necessary GitVersion information is not propagated to the NuGet package.

This PR works around this by invoking the full .NET Framework MSBuild with the pack target.

Unfortunately, this will only work with a full installation of Visual Studio 2017. It will not work on installations of Visual Studio 2017 Build Tools because the installer does not include:

@zidad zidad merged commit 86adfd0 into EasyNetQ:develop Jul 1, 2017
@conniey conniey deleted the fixVersioning branch July 1, 2017 04:05
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.

2 participants