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 44 push :
55 branches : [ $default-branch ]
66 pull_request :
7- branches : [ 'main' ]
7+ branches : [ $default-branch ]
88
99env :
1010 dotnet_version : ${{ vars.DOTNET_VERSION }}
1111
1212jobs :
1313 build :
14- name : Build with .NET $dotnet_version
14+ name : Build with .NET ${{ env.$ dotnet_version }}
1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v3
3030 **/obj/*
3131
3232 test :
33- name : Test with .NET $dotnet_version
33+ name : Test with .NET ${{ env.$ dotnet_version }}
3434 needs : [build]
3535 runs-on : ubuntu-latest
3636 steps :
4949 **/test-results/*
5050
5151 pack :
52- name : Pack with .NET $dotnet_version
52+ name : Pack with .NET ${{ env.$ dotnet_version }}
5353 needs : [test]
5454 runs-on : ubuntu-latest
5555 steps :
You can’t perform that action at this time.
0 commit comments