Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into releases/v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mizrael committed Jan 20, 2025
2 parents bd9e384 + 9f8b161 commit 6b4dd9b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build

on:
workflow_dispatch:
push:

jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:

- name: Checkout repository
uses: actions/checkout@v1

- name: Setup .NET Core @ Latest
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'

- name: Build
run: dotnet build ./src/Blazorex.sln

0 comments on commit 6b4dd9b

Please sign in to comment.