Skip to content

feat: add DefineFunction & DefineProperty #9

feat: add DefineFunction & DefineProperty

feat: add DefineFunction & DefineProperty #9

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: .NET
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Build
run: dotnet publish -c Release
- name: Upload Artifact
uses: actions/upload-artifact@v3.1.2
with:
path: src/bin