Skip to content

actually run install action during build

Alexander Nørskov Larsen requested to merge 665-do-real-install-in-csproj into master

Run ./tap package install during msbuild instead of using the fake install from csproj

You can test this by downloading the NuGet package from this pipeline and building the project linked in the issue with that OpenTAP nuget package. Verify that it works by running "tap package verify ClassLibrary1" from the output folder

Closes #665

Edited by Alexander Nørskov Larsen

Merge request reports