Skip to content

Bump Microsoft.Graph from 5.55.0 to 5.56.0 in /user-auth/GraphTutorial #406

Bump Microsoft.Graph from 5.55.0 to 5.56.0 in /user-auth/GraphTutorial

Bump Microsoft.Graph from 5.55.0 to 5.56.0 in /user-auth/GraphTutorial #406

Workflow file for this run

name: dotnet build
on:
push:
branches: [ main, live ]
pull_request:
branches: [ main, live ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
- name: Restore dependencies
working-directory: user-auth/GraphTutorial/
run: dotnet restore
- name: Build
working-directory: user-auth/GraphTutorial/
run: dotnet build --no-restore
- name: Restore dependencies
working-directory: app-auth/GraphAppOnlyTutorial/
run: dotnet restore
- name: Build
working-directory: app-auth/GraphAppOnlyTutorial/
run: dotnet build --no-restore