Skip to content

Bump NuGet packages #392

Bump NuGet packages

Bump NuGet packages #392

Workflow file for this run

name: build
on:
push:
paths:
- "src/**"
branches:
- main
- develop
pull_request:
paths:
- "src/**"
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: Build with dotnet
run: dotnet build ./src/ClashOfClans.sln