Skip to content

Added Tap extension methods #1040

Added Tap extension methods

Added Tap extension methods #1040

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:
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
with:
lfs: true
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: Clean, Compile, Test, Publish'
run: ./build.cmd Clean Compile Test Publish
env:
CoverallsToken: ${{ secrets.COVERALLS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 'Publish: coverage.zip'
uses: actions/upload-artifact@v5
with:
name: coverage.zip
path: artifacts/coverage.zip
- name: 'Publish: Demo.Engine.zip'
uses: actions/upload-artifact@v5
with:
name: Demo.Engine.zip
path: artifacts/Demo.Engine.zip
- name: 'Publish: Demo.Engine.win-x64.zip'
uses: actions/upload-artifact@v5
with:
name: Demo.Engine.win-x64.zip
path: artifacts/Demo.Engine.win-x64.zip
- name: 'Publish: Demo.Engine.win-arm64.zip'
uses: actions/upload-artifact@v5
with:
name: Demo.Engine.win-arm64.zip
path: artifacts/Demo.Engine.win-arm64.zip