Skip to content

Decomposition stack history support. Context finder impl #45

Decomposition stack history support. Context finder impl

Decomposition stack history support. Context finder impl #45

Workflow file for this run

name: Compile
on:
push:
branches:
- '*'
pull_request:
jobs:
windows:
name: windows-2022
runs-on: windows-2022
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cache packages
uses: actions/cache@v4
with:
path: |
.nuke/temp
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
- name: Run Nuke Build
run: ./.nuke/build.cmd