Skip to content

Merge pull request #15 from MaskedRPGFan/portable_instances_fix #14

Merge pull request #15 from MaskedRPGFan/portable_instances_fix

Merge pull request #15 from MaskedRPGFan/portable_instances_fix #14

Workflow file for this run

name: build
on:
push:
paths-ignore:
- .github/workflows/*
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore -c Release
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: Flow.Plugin.VSCodeWorkSpace
path: Output/Release/