Skip to content

chore(deps): update dependency prometheus.client.httprequestdurations to v4 #70

chore(deps): update dependency prometheus.client.httprequestdurations to v4

chore(deps): update dependency prometheus.client.httprequestdurations to v4 #70

Workflow file for this run

name: Build
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup GHPR
run: dotnet nuget add source -u ${{ github.repository_owner }} -p ${{ secrets.GH_FULL_PAT }}
--store-password-in-clear-text -n github "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
- name: Build
run: dotnet build -c Release