Skip to content

chore: Add --global #26

chore: Add --global

chore: Add --global #26

Workflow file for this run

name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Get the sources
uses: actions/checkout@v2
- name: Run cake
shell: bash
run: |
dotnet tool install Cake.Tool --version 1.1.0 --global
dotnet tool restore
~/.dotnet/tools/dotnet-cake --target=Test --verbosity=verbose dotnet cake --target=Test --verbosity=verbose dotnet cake --target=Test --verbosity=verbose