Skip to content

Merge branch 'main' of github.com:ServiceStack/apps #11

Merge branch 'main' of github.com:ServiceStack/apps

Merge branch 'main' of github.com:ServiceStack/apps #11

Workflow file for this run

name: Build
on:
pull_request: {}
push:
branches:
- '**' # matches every branch
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/[email protected]
- name: setup .net core
uses: actions/[email protected]
with:
dotnet-version: 6.0.100
- name: build
run: dotnet build
working-directory: .