Skip to content

Commit

Permalink
Github Actions workflow to build the samples
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Apr 27, 2020
1 parent f4af3f1 commit 1e52f69
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build-samples.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build Samples

on: push

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1.4.0

- name: Build samples
working-directory: samples/core
run: dotnet build

0 comments on commit 1e52f69

Please sign in to comment.