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

Create a configuration for generating a NuGet package #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 31, 2023

  1. Make usable as a NuGet package

    * End assembly file name in .TestAdapter to make VS recognize
      it from a nuget package.
    * Create Catch2TestAdapter.nuspec to configure the nuget package.
      I tried embedding the nuget metadata in the project, but could
      not get it to support the exotic combination of having .NET
      assemblies that are meant to be installed in a native project.
    
    See https://github.com/microsoft/vstest/blob/main/docs/RFCs/0004-Adapter-Extensibility.md
    Command to generate the package:
    `nuget pack .\Catch2TestAdapter.csproj -Version 1.8.0 -IncludeReferencedProjects -p Configuration=Debug`
    OskiKervinen-MF committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    7d9232b View commit details
    Browse the repository at this point in the history