Skip to content

Bump Microsoft.Extensions.FileSystemGlobbing from 7.0.0 to 8.0.0 #12

Bump Microsoft.Extensions.FileSystemGlobbing from 7.0.0 to 8.0.0

Bump Microsoft.Extensions.FileSystemGlobbing from 7.0.0 to 8.0.0 #12

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET build dependencies
uses: timheuer/bootstrap-dotnet@v1
with:
nuget: 'false'
sdk: 'false'
msbuild: 'true'
- name: Build
run: msbuild -restore /p:Configuration=Release /p:DeployExtension=false