Skip to content

chore(deps): update dependency azure.identity to v1.11.1 (#67) #59

chore(deps): update dependency azure.identity to v1.11.1 (#67)

chore(deps): update dependency azure.identity to v1.11.1 (#67) #59

Workflow file for this run

name: Publish
on:
push:
branches: ["main"]
tags: ["*.*.*"]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
dotnet-version: "6.0.x"
- run: ./Build.ps1
shell: pwsh
env:
NUGET_SOURCE: ${{ secrets.NUGET_SOURCE }}
NUGET_API_KEY: ${{ secrets.WORKLEAP_NUGET_API_KEY }}