Skip to content

build(deps): bump AWSSDK.SimpleEmail from 3.7.401.17 to 3.7.401.18 #1548

build(deps): bump AWSSDK.SimpleEmail from 3.7.401.17 to 3.7.401.18

build(deps): bump AWSSDK.SimpleEmail from 3.7.401.17 to 3.7.401.18 #1548

Workflow file for this run

name: Build Project
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
cdk:
if: github.event_name == 'pull_request'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Install CDK
run: |
npm install -g aws-cdk
cdk doctor
- name: Synth
run: cdk synth