Skip to content

Merge pull request #6 from Nice3point/renovate/tunit-0.x #29

Merge pull request #6 from Nice3point/renovate/tunit-0.x

Merge pull request #6 from Nice3point/renovate/tunit-0.x #29

Workflow file for this run

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