Skip to content

Add availabilities to the REST API client #35

Add availabilities to the REST API client

Add availabilities to the REST API client #35

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@v3
- 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