Skip to content

Commit

Permalink
housekeeping: Further samples refinements.
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson authored Dec 13, 2020
1 parent 9a2961c commit f2933a0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ name: Sample Build
on:
push:
branches: [ main ]
paths:
- 'samples/**'
pull_request:
branches: [ main ]
paths:
- 'samples/**'

jobs:

build:

strategy:
matrix:
configuration: [Debug, Release]
Expand All @@ -23,15 +25,15 @@ jobs:
fetch-depth: 0

# Install the .NET Core workload
- name: Install .NET Core 3.x
- name: Install .NET Core 3.1.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.x
dotnet-version: 3.1.x

- name: Install .NET 5.x
- name: Install .NET 5.0.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.x
dotnet-version: 5.0.x

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
Expand Down

0 comments on commit f2933a0

Please sign in to comment.