Skip to content

Update for tap 1.4

Update for tap 1.4 #62

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_CI --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------
name: CI
on: [push]
jobs:
ubuntu-18_04:
name: ubuntu-18_04
runs-on: ubuntu-18.04
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 Test Publish'
run: ./build.cmd Test Publish
- uses: actions/upload-artifact@v1
with:
name: artifacts
path: artifacts