Skip to content

added additional dotnet frameworks to build #1

added additional dotnet frameworks to build

added additional dotnet frameworks to build #1

Workflow file for this run

on:
workflow_call:
jobs:
build:
name: Build Reveal.Sdk.Dom
runs-on: ubuntu-latest
defaults:
run:
working-directory: src
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
6.0.x

Check failure on line 22 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
7.0.x
8.0.x
9.0.x
- name: NuGet Restore
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Run Tests
run: dotnet test --no-restore --verbosity minimal
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: NuGet
path: ./artifacts/