-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Better integration with VS2017 SDK builds #93
Comments
Starting with 1.5.61 Nerdbank.GitVersioning can successfully perform its functions on the SDK builds of .NET assemblies. However, the new |
Part of this should include creating netcoreapp1.0/netstandard version of the task using the coreclr msbuild targets so that it can work with |
Embed PDBs for all local builds This ensures that if you build a dll and copy it somewhere, then build again, you haven't lost the ability to debug the original dll because it carries the pdb with it wherever it goes. We do not embed the pdb in the official builds however because the official builds will archive the pdb so it isn't lost, and it would unnecessarily bloat the assembly.
This issue tracks the work (in and out of this project) to get Nerdbank.GitVersioning to integrate well with the new project type introduced by the .NET Core project templates in Visual Studio 2017.
The text was updated successfully, but these errors were encountered: