Skip to content

Bump Azure.Identity from 1.7.0 to 1.10.2 in /PCAxis.Api #623

Bump Azure.Identity from 1.7.0 to 1.10.2 in /PCAxis.Api

Bump Azure.Identity from 1.7.0 to 1.10.2 in /PCAxis.Api #623

Workflow file for this run

name: MSBuild
on: push
jobs:
build:
runs-on: windows-2019
strategy:
matrix:
configuration: [Debug, Release]
steps:
- uses: actions/checkout@v4
- uses: microsoft/[email protected]
- uses: NuGet/[email protected]
- name: Restore NuGet packages
run: nuget restore
- name: Build the application
run: msbuild /p:Configuration=$env:Configuration
env:
Configuration: ${{ matrix.configuration }}