Skip to content

Fix ScriptValueCollection not loading values using values defined below #877

Fix ScriptValueCollection not loading values using values defined below

Fix ScriptValueCollection not loading values using values defined below #877

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@v4
with:
submodules: recursive
- name: "Setup Dotnet for use with actions"
uses: actions/setup-dotnet@v4
with:
global-json-file: 'global.json'
- name: "Build project"
run: |
dotnet tool restore
dotnet build commonItems/commonItems.csproj /m /p:Configuration=Debug