Skip to content

Update NuGet packages #6

Update NuGet packages

Update NuGet packages #6

Workflow file for this run

# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [GitHubActions (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration GitHubActions_publish --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------
name: publish
on:
push:
tags:
- 'v*'
jobs:
ubuntu-latest:
name: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Cache .nuke/temp, ~/.nuget/packages
uses: actions/cache@v2
with:
path: |
.nuke/temp
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
- name: Run './build.cmd Pack Publish'
run: ./build.cmd Pack Publish
env:
NuGetApiKey: ${{ secrets.NUGET_API_KEY }}
- uses: actions/upload-artifact@v1
with:
name: artifacts
path: artifacts