Skip to content

Support for actions/checkout@v4 with progress and filter #414

Support for actions/checkout@v4 with progress and filter

Support for actions/checkout@v4 with progress and filter #414

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_ubuntu-latest --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------
name: ubuntu-latest
on:
push:
branches-ignore:
- master
- 'release/*'
pull_request:
branches:
- develop
jobs:
ubuntu-latest:
name: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v4
with:
path: |
.nuke/temp
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
- name: 'Run: Test, Pack'
run: ./build.cmd Test Pack