-
The project "Cake.Testing.Xunit.v3" is not published as a NuGet package. This package would be useful if you want to write tests using Xunit v3 in an external repository. The current solution would be to fallback on Xunit v2 and the "Cake.Testing.Xunit" package or use Xunit v3 but not leverage the extensions provided by "Cake.Testing.Xunit.v3". Is there a reason for not publishing the NuGet package or could it perhaps be added for the next release? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That package should be published, and will ensure it gets published in next release, it was created after last release and that's why it's not on NuGet.org yet. Feed details <add key="cake" value="https://pkgs.dev.azure.com/cake-build/Cake/_packaging/cake/nuget/v3/index.json" /> |
Beta Was this translation helpful? Give feedback.
That package should be published, and will ensure it gets published in next release, it was created after last release and that's why it's not on NuGet.org yet.
There's a pre-release version of the package available at
https://dev.azure.com/cake-build/Cake/_artifacts/feed/cake/NuGet/Cake.Testing.Xunit.v3/overview/5.1.0-alpha0085
Feed details