Skip to content

Update project after migration #1

Update project after migration

Update project after migration #1

Workflow file for this run

# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [GitHubActions (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration GitHubActions_continuous --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------
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: Run './build.cmd Verify Cover Pack'
run: ./build.cmd Verify Cover Pack --no-logo
env:
GitHubToken: ${{ secrets.GITHUB_TOKEN }}