Skip to content

Bugfix: Setting Component and Operation via indexer #66

Bugfix: Setting Component and Operation via indexer

Bugfix: Setting Component and Operation via indexer #66

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
tags:
- '*.*.*'
jobs:
build:
runs-on: ubuntu-latest
env:
Configuration: Release
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Build
run: dotnet build