Skip to content

build(deps): bump AWSSDK.SecurityToken from 3.7.300.40 to 3.7.300.45 #14

build(deps): bump AWSSDK.SecurityToken from 3.7.300.40 to 3.7.300.45

build(deps): bump AWSSDK.SecurityToken from 3.7.300.40 to 3.7.300.45 #14

Workflow file for this run

name: "build-project"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
unitTest:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
- name: Restore Dependencies
run: dotnet restore language-translator.sln
- name: Build
run: dotnet build language-translator.sln --configuration Release --no-restore