Skip to content

chore(sharppipeactions)#: Update example to not be broken and pack in… #2

chore(sharppipeactions)#: Update example to not be broken and pack in…

chore(sharppipeactions)#: Update example to not be broken and pack in… #2

Workflow file for this run

name: Test Build Library
on:
push:
paths-ignore:
- '**/*.md'
branches:
- main
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Build
working-directory: ./SharpPipe
run: dotnet pack -c Release