Skip to content

chore(deps): update swashbuckle-aspnetcore monorepo to v7 (major) #333

chore(deps): update swashbuckle-aspnetcore monorepo to v7 (major)

chore(deps): update swashbuckle-aspnetcore monorepo to v7 (major) #333

Workflow file for this run

name: CI
on:
pull_request:
branches: ["main"]
paths-ignore: ["*.md"]
push:
branches:
- "renovate/**"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v4 # Install version declared in global.json
with:
source-url: ${{ secrets.NUGET_GSOFTDEV_FEED_URL }}
env:
NUGET_AUTH_TOKEN: ${{ secrets.GSOFT_NUGET_API_KEY }}
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
source-url: ${{ secrets.NUGET_GSOFTDEV_FEED_URL }}
env:
NUGET_AUTH_TOKEN: ${{ secrets.GSOFT_NUGET_API_KEY }}
- run: ./Build.ps1
shell: pwsh
env:
NUGET_SOURCE: ${{ secrets.NUGET_GSOFTDEV_FEED_URL }}
NUGET_API_KEY: ${{ secrets.GSOFT_NUGET_API_KEY }}