diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7746dabf..5b03a141f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,7 @@ name: .NET -on: - pull_request: - branches: [ "master" ] +on: [push, pull_request] + jobs: build: @@ -15,7 +14,5 @@ jobs: uses: actions/setup-dotnet@v2 with: dotnet-version: 6.0.x - - name: Restore dependencies - run: dotnet restore - - name: Build - run: dotnet build --no-restore + - name: Run nuke build + run: ./build.ps1