Skip to content

Bump System.Text.Json from 6.0.2 to 6.0.10 in /src/Norns.Urd.Caching.DistributedCache #91

Bump System.Text.Json from 6.0.2 to 6.0.10 in /src/Norns.Urd.Caching.DistributedCache

Bump System.Text.Json from 6.0.2 to 6.0.10 in /src/Norns.Urd.Caching.DistributedCache #91

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.201
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore --version-suffix beta
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: package
run: dotnet pack -c Release --version-suffix beta