Skip to content

chore: update Vonage SDK to 8.34.0 (#127) #21

chore: update Vonage SDK to 8.34.0 (#127)

chore: update Vonage SDK to 8.34.0 (#127) #21

Workflow file for this run

name: .NET Build
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build