Skip to content

Bump Azure.Identity from 1.17.0 to 1.17.1 #198

Bump Azure.Identity from 1.17.0 to 1.17.1

Bump Azure.Identity from 1.17.0 to 1.17.1 #198

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