Skip to content

chore(deps): update dependency dotnet-sdk to v8.0.404 #328

chore(deps): update dependency dotnet-sdk to v8.0.404

chore(deps): update dependency dotnet-sdk to v8.0.404 #328

Workflow file for this run

name: CI
on:
pull_request:
branches: ["main", "master"]
paths-ignore: ["*.md"]
push:
branches:
- "renovate/**"
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
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 }}
linearb:
needs: [ci]
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
with:
environment: development
secrets: inherit