Skip to content

Bump AWSSDK.Core from 3.7.202.1 to 3.7.202.5 #1071

Bump AWSSDK.Core from 3.7.202.1 to 3.7.202.5

Bump AWSSDK.Core from 3.7.202.1 to 3.7.202.5 #1071

Workflow file for this run

name: Compile
on: [pull_request, push]
jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
5.0.x
6.0.x
- uses: actions/cache@v3
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.?sproj') }}
restore-keys: |
${{ runner.os }}-nuget-
- name: Compile
run: |
dotnet build