Skip to content

Update project configuration and dependencies #3

Update project configuration and dependencies

Update project configuration and dependencies #3

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'
- name: Build
run: dotnet build NugetPublisher/NugetPublisher.csproj -c Release