Skip to content

Bump Microsoft.Graph from 5.50.0 to 5.52.0 in /app-auth/GraphAppOnlyTutorial #392

Bump Microsoft.Graph from 5.50.0 to 5.52.0 in /app-auth/GraphAppOnlyTutorial

Bump Microsoft.Graph from 5.50.0 to 5.52.0 in /app-auth/GraphAppOnlyTutorial #392

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