Skip to content

Bump AWSSDK.AppConfigData from 3.7.200.32 to 3.7.200.36 #201

Bump AWSSDK.AppConfigData from 3.7.200.32 to 3.7.200.36

Bump AWSSDK.AppConfigData from 3.7.200.32 to 3.7.200.36 #201

Workflow file for this run

name: .NET
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.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-20.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@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _site/html/