Skip to content

TenantContext Properties #311

TenantContext Properties

TenantContext Properties #311

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Build and Test
run: ./Build.ps1
shell: pwsh
#- name: Artifacts
# uses: actions/upload-artifact@v2
# with:
# name: artifacts
# path: artifacts/**/*