Skip to content

Bump Newtonsoft.Json from 5.0.6 to 13.0.1 in /src/cdeWeb #47

Bump Newtonsoft.Json from 5.0.6 to 13.0.1 in /src/cdeWeb

Bump Newtonsoft.Json from 5.0.6 to 13.0.1 in /src/cdeWeb #47

Workflow file for this run

name: .NET
on:
push:
# branches: [ "master","" ]
pull_request:
# branches: [ "master" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
#fetch depth 0 or gitversion breaks since it can't obtain the required tags etc.
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Build
run: |
./build.ps1 publish
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: app
path: artifacts/