Skip to content

Bump MSTest.TestAdapter from 3.0.2 to 3.0.4 in /src/ClashOfClans.Tests.Integration #264

Bump MSTest.TestAdapter from 3.0.2 to 3.0.4 in /src/ClashOfClans.Tests.Integration

Bump MSTest.TestAdapter from 3.0.2 to 3.0.4 in /src/ClashOfClans.Tests.Integration #264

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@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
7.0.x
- name: Build with dotnet
run: dotnet build ./src/ClashOfClans.sln