Skip to content

dependencies: bump NUnit from 3.12.0 to 4.2.2 in /src #51

dependencies: bump NUnit from 3.12.0 to 4.2.2 in /src

dependencies: bump NUnit from 3.12.0 to 4.2.2 in /src #51

Workflow file for this run

name: Test
on:
push:
paths:
- .github/workflows/test.yml
pull_request:
paths:
- '**.cs'
- '**.csproj'
jobs:
build:
defaults:
run:
working-directory: src/Meplato.Store2
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup MSBuild path
uses: microsoft/[email protected]
- name: Setup NuGet
uses: NuGet/[email protected]
# Do not use `dotnet restore`, it ignores packages.config
- name: Restore NuGet packages
run: nuget restore -SolutionDir ..
- name: Build
run: msbuild -t:Build -p:Configuration=Debug