Skip to content

upgrade to .net8.0 and new SendAsync Implementation #3

upgrade to .net8.0 and new SendAsync Implementation

upgrade to .net8.0 and new SendAsync Implementation #3

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: push_nuget
# on push on master
on:
push:
branches:
- master
paths-ignore:
- README.md
jobs:
build:
runs-on: windows-latest
steps:
- name: Git Checkout
uses: actions/checkout@master
- name: Setup MSBuild.exe
uses: microsoft/[email protected]
- name: Setup Nuget.exe
uses: nuget/setup-nuget@v1
- name: Publish VL Nuget
uses: vvvv/[email protected]
with:
csproj: src\pjlink-sharp\PJLink\PJLink.csproj
nuspec: deployment\VL.PJLink.nuspec
nuget-key: ${{ secrets.NUGET_KEY }}