Skip to content

Bump Microsoft.Extensions.Logging from 10.0.10 to 10.0.11 (#230) #451

Bump Microsoft.Extensions.Logging from 10.0.10 to 10.0.11 (#230)

Bump Microsoft.Extensions.Logging from 10.0.10 to 10.0.11 (#230) #451

Workflow file for this run

name: Build (PubSub)
on:
push:
branches: [ "master" ]
paths:
- 'MiniTwitch.PubSub/**'
- 'MiniTwitch.Common/**'
pull_request:
branches: [ "master" ]
paths:
- 'MiniTwitch.PubSub/**'
- 'MiniTwitch.Common/**'
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 10.0.x
- name: Build
run: |
cd .\MiniTwitch.PubSub\
dotnet build -c Release -p:CI=false