Skip to content

Update dependabot.yml (#44) #98

Update dependabot.yml (#44)

Update dependabot.yml (#44) #98

Workflow file for this run

name: Build
on:
push:
branches: [main]
paths-ignore: ['**/*.md', '**/*.png', '**/*.txt']
pull_request:
branches: [main, preview]
types: [opened, reopened, synchronize, ready_for_review]
paths-ignore: ['**/*.md', '**/*.png', '**/*.txt']
env:
CONFIGURATION: 'Release'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
8.0.x
- name: Run build
shell: pwsh
run: ./build.ps1 -Configuration ${{ env.CONFIGURATION }}