Skip to content

Catch errors when JSON is invalid #18

Catch errors when JSON is invalid

Catch errors when JSON is invalid #18

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v4
- uses: microsoft/setup-msbuild@v2
- uses: NuGet/setup-nuget@v2
- run: nuget restore src/FirefoxAction.sln
- run: msbuild src/FirefoxAction.sln -t:rebuild -property:Configuration=Release
- uses: actions/upload-artifact@v4
with:
name: dll
path: ./src/bin/Release/FirefoxAction.CA.dll