Skip to content

Update README.md

Update README.md #307

Workflow file for this run

name: CI
on:
push:
branches:
- 'support/6.x'
pull_request:
branches:
- 'support/6.x'
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: 6.0.x
- name: Build and Test
run: ./Build.ps1
shell: pwsh
#- name: Artifacts
# uses: actions/upload-artifact@v2
# with:
# name: artifacts
# path: artifacts/**/*