Skip to content

Merge branch 'master' of https://github.com/VahidN/ASPNETCore2JwtAuth… #10

Merge branch 'master' of https://github.com/VahidN/ASPNETCore2JwtAuth…

Merge branch 'master' of https://github.com/VahidN/ASPNETCore2JwtAuth… #10

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: 8.0.x
- name: Build ASPNETCore2JwtAuthentication
run: dotnet build ./src/ASPNETCore2JwtAuthentication.WebApp/ASPNETCore2JwtAuthentication.WebApp.csproj --configuration Release