Skip to content

Bump Microsoft.Graph from 5.57.0 to 5.58.0 in /src #102

Bump Microsoft.Graph from 5.57.0 to 5.58.0 in /src

Bump Microsoft.Graph from 5.57.0 to 5.58.0 in /src #102

Workflow file for this run

name: dotnet build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: src/
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore