Skip to content

build(deps): Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 #125

build(deps): Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0

build(deps): Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 #125

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
dotnet-logging:
required: true
type: choice
default: minimal
options:
- quiet
- minimal
- normal
- detailed
- diagnostic
jobs:
all:
name: Build & Tests
uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@main
with:
dotnet-logging: ${{ inputs.dotnet-logging }}
dotnet-version: 7.x
solution: ./Extensions.Test.sln
secrets: inherit