Skip to content

- add new nuget packing #1

- add new nuget packing

- add new nuget packing #1

Workflow file for this run

name: NetProc
on:
push:
branches: [develop_nuget]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Pack
run: dotnet pack ./NetProc/NetProc.csproj -c Release