Skip to content

nuget

nuget #59

Workflow file for this run

name: nuget
on: workflow_dispatch
jobs:
nuget:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.0.x"
- name: Setup NuGet CLI
run: choco install nuget.commandline
- name: Build and push to NuGet Gallery
working-directory: build
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: .\build