Skip to content

Bump System.Text.Json from 7.0.3 to 8.0.3 in /build #154

Bump System.Text.Json from 7.0.3 to 8.0.3 in /build

Bump System.Text.Json from 7.0.3 to 8.0.3 in /build #154

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
env:
DOTNET_NOLOGO: true
jobs:
build:
name: build
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Build
run: ./build.ps1
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
path: artifacts/*.nupkg