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

Respect ReferenceOutputAssembly when packing a CSPROJ #68

Merged
merged 2 commits into from
Oct 23, 2015

Commits on Oct 23, 2015

  1. Remove anything related to ReferenceOutputAssembly from being include…

    …d in the package along with tests
    chandramouleswaran authored and deepakaravindr committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    f0cde66 View commit details
    Browse the repository at this point in the history
  2. Updated the tests to use the Util helper methods and use XElement to

    construct the test msbuild project files.
    
    1. Tested that the added tests passed
    2. Tested manually that if a project reference has the element
    <ReferenceOutputAssembly>false</ReferenceOutputAssembly>, it is ignored
    during 'nuget.exe pack -IncludeReferencedProjects'
    deepakaravindr committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    c3cee71 View commit details
    Browse the repository at this point in the history