You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the integration tests project is being packaged into a nuget package - is that right? Maybe is needs IsPackable setting to false in the project file?
The text was updated successfully, but these errors were encountered:
So I tried setting IsPackable to false in the test projects and it broke the CI build - looks to me like it's relying on calling dotnet pack to actually build the libraries, such that marking the test projects as not packable causes them to not build? (the test runs run against the dlls rather than the projects, so they have to have been fully built prior to running the test step)
Description
Is this supposed to be here - https://www.nuget.org/packages/Fake.DotNet.Cli.IntegrationTests ?
It looks like the integration tests project is being packaged into a nuget package - is that right? Maybe is needs
IsPackable
setting tofalse
in the project file?The text was updated successfully, but these errors were encountered: