Skip to content

Bump Azure.Identity from 1.14.2 to 1.17.1 #37

Bump Azure.Identity from 1.14.2 to 1.17.1

Bump Azure.Identity from 1.14.2 to 1.17.1 #37

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
NUGET_XMLDOC_MODE: skip
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/cache@v5
with:
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget-
- name: Build projects
run: dotnet build -c Release