chore: add NuGet cache for nightly build workflow

This commit is contained in:
Horror Proton
2022-11-03 20:33:58 +08:00
parent 853d6542eb
commit a5ce8f0234

View File

@@ -49,6 +49,13 @@ jobs:
exit 0
}
exit 1
- name: Cache .nuke/temp, ~/.nuget/packages
uses: actions/cache@v3
with:
path: |
.nuke/temp
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
- name: Run './build.cmd DevBuild'
run: |
$env:GITHUB_WORKFLOW = 'dev-build-win' # pretend this is a dev-build-win workflow