Skip to content

dotnet-exec

Actions
dotnet-exec to execute C# script
0.25.0
Latest
Star (1)

dotnet-exec-action

Intro

Github action for dotnet-exec

This is a Github action for executing C# scripts with dotnet-exec easily without setting up the dotnet sdk

Arguments

script

Required, the script to be executed

options

Optional, the more options to be used when executing script

arguments

Optional, the command-line arguments to be passed to the script

Example usage

- name: dotnet-exec script
  uses: WeihanLi/[email protected]
  with:
    script: "./build/build.cs" # script text or script path
    options: "--web --debug" # optional
    arguments: "target=test" # optional

dotnet-exec is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

dotnet-exec to execute C# script
0.25.0
Latest

dotnet-exec is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.