Skip to content

store depends map, soft package references, data resources as null wh… #159

store depends map, soft package references, data resources as null wh…

store depends map, soft package references, data resources as null wh… #159

Workflow file for this run

name: CI
on:
push:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- name: git checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: .NET Setup
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.0.x'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Unit tests
run: dotnet test --no-restore --verbosity normal