Skip to content

Bump Microsoft.Identity.Client from 4.45.0 to 4.61.3 in /YouHaveIssues #50

Bump Microsoft.Identity.Client from 4.45.0 to 4.61.3 in /YouHaveIssues

Bump Microsoft.Identity.Client from 4.45.0 to 4.61.3 in /YouHaveIssues #50

Workflow file for this run

name: Verify Build
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
- release/*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Build with dotnet
run: dotnet publish --configuration Release