Skip to content

merge next/dotnet in #3

merge next/dotnet in

merge next/dotnet in #3

Workflow file for this run

name: dotnet package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
- run: dotnet build Bundler.Server/Bundler.Server.csproj