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
However when built in TeamCity with the .NET CLI restore build step this folder is not added and so rh.exe is not available.
I've tried adding a PackageReference to my .NET Core 2.2.0 project but apparently Visual Studio doesn't like mixing Framework at .NET Core libs because it hangs.
Will dotnet-roundhouse.1.2.0 solve this problem ?
Exactly what should I do ?
The text was updated successfully, but these errors were encountered:
Sorry for the long delay here. If you want to include RoundhousE in another app, I would not recommend using dotnet-roundhouse, as this is a .net core global tool, and intended for separate execution.
I have a .NET Core 2.20 Visual Studio solution .sln that includes a RoundHouse.1.1.0 project .csproj
When built locally the package folder is created as expected at :
/SolutionFolder/RoundHouse/packages/roundhouse/1.1.0/
However when built in TeamCity with the .NET CLI restore build step this folder is not added and so rh.exe is not available.
I've tried adding a PackageReference to my .NET Core 2.2.0 project but apparently Visual Studio doesn't like mixing Framework at .NET Core libs because it hangs.
Will dotnet-roundhouse.1.2.0 solve this problem ?
Exactly what should I do ?
The text was updated successfully, but these errors were encountered: