File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,15 @@ name: Sample Build
3
3
on :
4
4
push :
5
5
branches : [ main ]
6
+ paths :
7
+ - ' samples/**'
6
8
pull_request :
7
9
branches : [ main ]
10
+ paths :
11
+ - ' samples/**'
8
12
9
13
jobs :
10
-
11
14
build :
12
-
13
15
strategy :
14
16
matrix :
15
17
configuration : [Debug, Release]
@@ -23,15 +25,15 @@ jobs:
23
25
fetch-depth : 0
24
26
25
27
# Install the .NET Core workload
26
- - name : Install .NET Core 3.x
28
+ - name : Install .NET Core 3.1. x
27
29
uses : actions/setup-dotnet@v1
28
30
with :
29
- dotnet-version : 3.x
31
+ dotnet-version : 3.1. x
30
32
31
- - name : Install .NET 5.x
33
+ - name : Install .NET 5.0. x
32
34
uses : actions/setup-dotnet@v1
33
35
with :
34
- dotnet-version : 5.x
36
+ dotnet-version : 5.0. x
35
37
36
38
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
37
39
- name : Setup MSBuild.exe
You can’t perform that action at this time.
0 commit comments