Skip to content

fix: fix deletion of the relation when not deleting netapp #1430

fix: fix deletion of the relation when not deleting netapp

fix: fix deletion of the relation when not deleting netapp #1430

name: .NET
on:
workflow_dispatch:
inputs: {}
push:
branches: ["**"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore ./Middleware.sln
- name: Build
run: dotnet build ./Middleware.sln --no-restore
- name: Test
run: dotnet test ./Middleware.sln --no-build --verbosity normal