Skip to content

Commit

Permalink
Add main-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgedevs committed Aug 8, 2023
1 parent d2dcd23 commit 573c90b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Main Build

on:
workflow_dispatch:
pull_request:
push:
branches: [ main ]

jobs:
build:

runs-on: windows-latest

steps:

- name: Checkout Meadow.Foundation
uses: actions/checkout@v3
with:
path: Meadow.Foundation
ref: main

- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version:
7.0.x

- name: Build Meadow Foundation
run: dotnet build -c Release Meadow.Foundation/Source/Meadow.Foundation.sln

0 comments on commit 573c90b

Please sign in to comment.