Skip to content

Bump the tests group across 1 directory with 2 updates #35

Bump the tests group across 1 directory with 2 updates

Bump the tests group across 1 directory with 2 updates #35

Workflow file for this run

name: .NET Core Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.x
- name: Build ASPNETCore2JwtAuthentication
run: dotnet build ./src/ASPNETCore2JwtAuthentication.WebApp/ASPNETCore2JwtAuthentication.WebApp.csproj --configuration Release