Skip to content

Update dependency Soenneker.Blazor.Utils.InteropEventListener to 3.0.2684 #3357

Update dependency Soenneker.Blazor.Utils.InteropEventListener to 3.0.2684

Update dependency Soenneker.Blazor.Utils.InteropEventListener to 3.0.2684 #3357

Workflow file for this run

name: build-and-test
on:
# Testing - run for any PRs.
pull_request:
branches:
- main
env:
"PipelineEnvironment": true
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test test/Soenneker.Blazor.FilePond.Tests/Soenneker.Blazor.FilePond.Tests.csproj --no-restore --verbosity normal
- name: Pack
run: dotnet pack --no-build --configuration Release --output .