Skip to content

Expanded description and added code samples to demonstrate api resources and how they affect aud claim #3514

Expanded description and added code samples to demonstrate api resources and how they affect aud claim

Expanded description and added code samples to demonstrate api resources and how they affect aud claim #3514

Workflow file for this run

name: ci
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '24'
- name: Build container
run: dotnet build.cs container
- name: Run tests
run: dotnet build.cs dotnet-test