Skip to content

Enable CI on main branch push #3

Enable CI on main branch push

Enable CI on main branch push #3

Workflow file for this run

name: continuous
on:
push:
branches:
- main
pull_request:
branches:
- main
- 'release/*'
jobs:
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
- name: Cache .nuke/temp, ~/.nuget/packages
uses: actions/cache@v4
with:
path: |
.nuke/temp
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
- name: Run './build.cmd Verify Cover Pack'
run: ./build.cmd Verify Cover Pack --no-logo