Skip to content

Remove GitVersion.yml and update build.cake for GitVersion.Tool #63

Remove GitVersion.yml and update build.cake for GitVersion.Tool

Remove GitVersion.yml and update build.cake for GitVersion.Tool #63

Workflow file for this run

name: nuget-build-deploy
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Check out Code
uses: actions/checkout@v4
- name: Run the Cake script
uses: cake-build/cake-action@v2
with:
arguments: |
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
github_token: ${{ github.token }}
configuration: Release