Skip to content

Bump Google.Protobuf from 3.24.4 to 3.25.3 #244

Bump Google.Protobuf from 3.24.4 to 3.25.3

Bump Google.Protobuf from 3.24.4 to 3.25.3 #244

Workflow file for this run

name: build-and-test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal