Skip to content

Remove externsion method for authn #269

Remove externsion method for authn

Remove externsion method for authn #269

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
- name: dotnet build
run: dotnet build TodoApi.sln -c Release
- name: dotnet test
run: dotnet test TodoApi.sln -c Release --no-build