Skip to content

Bump GameFinder.StoreHandlers.Steam from 3.1.0 to 3.2.1 #607

Bump GameFinder.StoreHandlers.Steam from 3.1.0 to 3.2.1

Bump GameFinder.StoreHandlers.Steam from 3.1.0 to 3.2.1 #607

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [[self-hosted, linux], [self-hosted, windows], macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: "Setup Dotnet for use with actions"
uses: actions/setup-dotnet@main
with:
global-json-file: 'global.json'
- name: "Build project"
run: |
dotnet tool restore
dotnet build commonItems/commonItems.csproj /m /p:Configuration=Debug