-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Issue with "msbuild /t:pack" #1494
Comments
Any updates on this? |
Are you running |
Just msbuild |
Do you get the same error with |
The |
* Generate targets in metaproj This allows users to access any target when building a solution. The target may or may not exist but this will create the corresponding targets in the `.metaproj`. I had to pass along the target names from the build request all the way down to the solution generator via ReadOnlyCollections. Closes #1275 Might be related to #1494
Hello everyone,
i am using Visual Studio 2017 with the latest updates (from december), I am trying to create a nuget package following this guide: https://docs.nuget.org/ndocs/guides/create-net-standard-packages-vs2017
The problem is that the command: "msbuild /t:pack /p:Configuration=Release" fails, saying that target "pack" doesn't exist. Shouldn't the target be available? My project file looks like this:
https://gist.github.com/feliwir/ac27a8f1420454d490bc73ad9e257da2
The text was updated successfully, but these errors were encountered: