Skip to content

Merge pull request #101 from siriak/patch-1 #91

Merge pull request #101 from siriak/patch-1

Merge pull request #101 from siriak/patch-1 #91

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: 6.0.x
- name: Check out Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run cake
shell : bash
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
GITHUB_TOKEN: ${{ github.token }}
run: |
dotnet new tool-manifest
dotnet tool install Cake.Tool
dotnet tool restore
dotnet cake