Skip to content

Removed the extensions property from the ComponentDefinition model #6

Removed the extensions property from the ComponentDefinition model

Removed the extensions property from the ComponentDefinition model #6

Workflow file for this run

name: Test .NET
on:
pull_request:
branches: [ main ]
paths-ignore:
- '.github/**'
- '**/*.md'
- 'assets/**'
- 'deployments/**'
workflow_call:
env:
SOLUTION: ./ServerlessWorkflow.Sdk.sln
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: ['8.0.x' ]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup .NET ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v2
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Restore dependencies
run: dotnet restore "${{ env.SOLUTION }}"
# - name: Test
# run: dotnet test "${{ env.SOLUTION }}" --no-restore --verbosity normal"
# Test "per domain" for ease of readability
- name: Test Core
run: dotnet test "${{ env.SOLUTION }}" --no-restore --filter "FullyQualifiedName~Cases.Core"
# ...
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy