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

"Publish" our tasks assembly into platform-specific folders inside our NuGet package. #46

Merged
merged 2 commits into from
Aug 16, 2016

Commits on Aug 15, 2016

  1. "Publish" our tasks assembly into platform-specific folders inside ou…

    …r NuGet package.
    
    This allows us to put platform-specific dependencies in the NuGet package, and fixes the issue of getting FileNotFound 'System.Security.Cryptography.Algorithms' on net46 by adding that assembly to our NuGet package.
    
    Along with this change, I refactored the nuspec to include all files under the "PackagesLayout" folder, which means we no longer have to duplicate each file.  "Build" just needs to place the file in the correct spot under "PackagesLayout".
    
    Fix #45
    eerhardt committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    664db5b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Move the NuGet package layout code during Build of the NuGet project.

    Also use a Regex to match DestinationTFM properties in CopyLocalAssembly to know which TFM directory to copy assemblies to.
    eerhardt committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    b02887e View commit details
    Browse the repository at this point in the history