Skip to content

Command line flag to determine bundling behavior (off by default) #3

Command line flag to determine bundling behavior (off by default)

Command line flag to determine bundling behavior (off by default) #3

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: .NET
on:
push:
branches: [ "master" ]
schedule:
- cron: "0 0 * * SAT"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Run jobs for HK
run: cd APHKLogicExtractor/bin/Debug/net8.0 && ./APHKLogicExtractor --Input ./hkConfig.json --IgnoreCache
- name: Upload outputs
uses: actions/upload-artifact@v4
with:
name: ExportedLogic
path: APHKLogicExtractor/bin/Debug/net8.0/output/