File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [ $default-branch ]
6
6
pull_request :
7
- branches : [ 'main' ]
7
+ branches : [ $default-branch ]
8
8
9
9
env :
10
10
dotnet_version : ${{ vars.DOTNET_VERSION }}
11
11
12
12
jobs :
13
13
build :
14
- name : Build with .NET $dotnet_version
14
+ name : Build with .NET ${{ env.$ dotnet_version }}
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- uses : actions/checkout@v3
30
30
**/obj/*
31
31
32
32
test :
33
- name : Test with .NET $dotnet_version
33
+ name : Test with .NET ${{ env.$ dotnet_version }}
34
34
needs : [build]
35
35
runs-on : ubuntu-latest
36
36
steps :
49
49
**/test-results/*
50
50
51
51
pack :
52
- name : Pack with .NET $dotnet_version
52
+ name : Pack with .NET ${{ env.$ dotnet_version }}
53
53
needs : [test]
54
54
runs-on : ubuntu-latest
55
55
steps :
You can’t perform that action at this time.
0 commit comments