Skip to content

Instantly share code, notes, and snippets.

@ssippe
Created August 26, 2020 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssippe/983e6dca3d7b09452bffb8aee83c5dfb to your computer and use it in GitHub Desktop.
Save ssippe/983e6dca3d7b09452bffb8aee83c5dfb to your computer and use it in GitHub Desktop.
steps:
- task: DotNetCoreCLI@2
inputs:
command: 'custom'
custom: 'tool'
arguments: 'update dotnet-script -g'
displayName: 'install dotnet-script'
- task: CmdLine@2
inputs:
script : |
dotnet script myScript.csx
displayName: "run myScript.csx"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment