Skip to content

Refactor project structure and add package references #172

Refactor project structure and add package references

Refactor project structure and add package references #172

Workflow file for this run

name: nuget-build-deploy
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Check out Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run cake
uses: cake-build/[email protected]
with:
arguments: |
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
github_token: ${{ github.token }}
configuration: Release