Skip to content

Instantly share code, notes, and snippets.

@Andras-Csanyi
Last active August 16, 2021 20:29
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 Andras-Csanyi/d40aba1b78dfb1141f0b133c4a81e354 to your computer and use it in GitHub Desktop.
Save Andras-Csanyi/d40aba1b78dfb1141f0b133c4a81e354 to your computer and use it in GitHub Desktop.
stages:
- stage: Setup
jobs:
- job: env_vars
displayName: Env variables
steps:
- script: |
echo $PATH
env | sort
- job: dotcover_install
displayName: Install dotCover
steps:
- script: |
dotnet new tool-manifest
dotnet tool install --local JetBrains.dotCover.GlobalTool
dotnet tool install --local dotnet-sonarscanner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment