Skip to content

chore: apply new generated enumeration readonly modifier #170

chore: apply new generated enumeration readonly modifier

chore: apply new generated enumeration readonly modifier #170

# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [GitHubActions (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# gruke --generate-configuration GitHubActions_windows-latest --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------
name: windows-latest
on:
push:
branches-ignore:
- master
- 'release/*'
pull_request:
branches:
- develop
jobs:
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v5
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
- name: 'Publish: test-results'
uses: actions/upload-artifact@v7
with:
name: test-results
path: output/test-results
- name: 'Publish: packages'
uses: actions/upload-artifact@v7
with:
name: packages
path: output/packages