Created
August 26, 2020 22:55
-
-
Save ssippe/983e6dca3d7b09452bffb8aee83c5dfb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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