Skip to content

Feature: Caching (#13) #10

Feature: Caching (#13)

Feature: Caching (#13) #10

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