Skip to content

Merge pull request #72 from VahidN/dependabot/nuget/tests-624d4f308b #82

Merge pull request #72 from VahidN/dependabot/nuget/tests-624d4f308b

Merge pull request #72 from VahidN/dependabot/nuget/tests-624d4f308b #82

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@v4
with:
dotnet-version: 9.0.x
- name: Build DNTIdentity
run: dotnet build ./src/ASPNETCoreIdentitySample/ASPNETCoreIdentitySample.csproj --configuration Release