Mattias Karlsson
Mattias Karlsson
https://github.com/cake-build/cake-action is needed as regular GitHub action script task doesn't include needed variables from the environment. For security concerns it's recommended to pin to a specific commit or you fork...
@daveaglick excellent 👍
@gregg-miskelly thanks for your lengthy explanation and raising the issue where it should be, not always obvious as an end-user. Personally I already have code similar to ```csharp while (!Debugger.IsAttached)...
`dotnet pack` would make sense too for .NET tools, as all necessary MSBuild parameters can be set.
related to https://github.com/NuGet/login/issues/1
It does using DotNetTest aliases https://cakebuild.net/api/Cake.Common.Tools.DotNet/DotNetAliases/
You can for now use this alias if you need any extra arguments not yet any settings for https://cakebuild.net/api/Cake.Common.Tools.DotNet/DotNetAliases/E12827F8
What arguments are you missing? Feel free to send a PR and we can get those out in next release.
Yes Cake now supports this so maybe issue should be closed, example Specify [PathType](https://cakebuild.net/api/Cake.Common.Tools.DotNet.Test/DotNetTestPathType/) `Project` or `Solution` (or `Auto` to infer, `None` is default) ```cake DotNetTest( "path/to/csproj", new DotNetTestSettings {...