Skip to content

Bump AWSSDK.SimpleEmail from 4.0.1.3 to 4.0.1.6 #526

Bump AWSSDK.SimpleEmail from 4.0.1.3 to 4.0.1.6

Bump AWSSDK.SimpleEmail from 4.0.1.3 to 4.0.1.6 #526

Workflow file for this run

name: build
on:
push:
branches:
- "**"
pull_request:
branches:
- "master"
jobs:
build:
runs-on: windows-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup .NET 8
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.x
- name: Build
run: |
dotnet build .\src\kpfw\kpfw.sln