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

Use csproj as pack input instead of nuspec #1119

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Feb 1, 2024

  1. Use csproj as pack input instead of nuspec

    Now that sourcelink is a native part of the .NET SDK, Arcade doesn't
    bring sourcelink packages in anymore. Now that the cyclic package
    dependency is avoided, these projects don't need to use nuspecs
    anymore.
    
    This removes custom infrastructure and allows better source build
    controls.
    
    I diffed the produced packages and the content in the .NETCoreApp
    folder is identical (a deps.json file is added but that's
    recommended by msbuild for build tasks these days). The .NET Framework
    output is significantly different as it now includes all dependencies
    that aren't supplied by the MSBuild inside Visual Studio.
    ViktorHofer committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c056a87 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Update BuildTask.targets

    ViktorHofer committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    785b542 View commit details
    Browse the repository at this point in the history