Skip to content

Handle fake POST requests to /signin-oidc #11

Handle fake POST requests to /signin-oidc

Handle fake POST requests to /signin-oidc #11

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# Fix for MinVer
fetch-depth: 100
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore