Skip to content

Added Orientation to NodeInput and NodeOutput (#105) #562

Added Orientation to NodeInput and NodeOutput (#105)

Added Orientation to NodeInput and NodeOutput (#105) #562

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: '8.0.x'
- name: Build
run: dotnet build --configuration Release