Skip to content

Put named mutex around load and save #21

Put named mutex around load and save

Put named mutex around load and save #21

Workflow file for this run

name: windows build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.1
- name: Build everything
run: |
& .\eng\build.ps1 -build $true
- name: Test artifact publishing
run: |
& .\eng\build.ps1 -build $false -publish $true