-
Notifications
You must be signed in to change notification settings - Fork 1k
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
NuGet packaging for MNTR (Windows/.NET 4.5.2) #2935
Conversation
@Arkatufus @heynickc houston we have a problem
From the build log |
Should be fixed in #2936 |
…get-netcore * origin/mntr-nuget-netcore:
This PR now includes publishing the .NET Core version as well |
Changed to WIP temporarily as we're going to replace some output-folder locations to use the output of dotnet-publish for the standalone .NET Core runner |
This will be ready for merge after CI passes |
Also removing |
Initial work to get MNTR Test Runner .NET 4.5.2/win7-64x packaged using
dotnet pack
. Requires the use of a custom .nuspec files so metadata is hard-coded into it right now. This is just to get a working package ready for release, although later we should work on substituting metadata into the .nuspec.Using dotnet-pack simply on the .csproj file only outputs the .exe into the lib/net452 folder, without dependent dlls. This is why I had to use a .nuspec file to include all dependencies in the .nupkg.
Will use the same build step to output the
netcoreapp1.1
version of the runner.