Skip to content

Fixed ASP.NET Core files and signing. #5

Fixed ASP.NET Core files and signing.

Fixed ASP.NET Core files and signing. #5

Workflow file for this run

name: .NET Desktop CI
on: [push, pull_request]
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0' # Specify the .NET version
- name: Run custom script
run: .\dist.ci.bat
# Add additional steps as needed