Closed
Description
Would be nice to be able to use the action with Frosting too, something like
steps:
- name: Run the Cake script
uses: cake-build/cake-action@vX
with:
arguments: |
name: value
target: Build
verbosity: Diagnostic
csproj: ./build/build.csproj
resulted in something like below being executed
dotnet run --project ./build/build.csproj -- --target="Build" --verbosity="Diagnostic" --name="value"