Skip to content

build(deps): Bump AWSSDK.AppConfigData from 3.7.400.22 to 3.7.400.26 #344

build(deps): Bump AWSSDK.AppConfigData from 3.7.400.22 to 3.7.400.26

build(deps): Bump AWSSDK.AppConfigData from 3.7.400.22 to 3.7.400.26 #344

Workflow file for this run

name: .NET
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
docs:
runs-on: ubuntu-22.04
if: ${{ github.event_name == 'push' }}
needs: build
steps:
- uses: actions/checkout@v4
- uses: mattnotmitt/doxygen-action@v1
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _site/html/