File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@master
21
21
- uses : actions/setup-dotnet@v1
22
22
with :
23
- dotnet-version : ' 2.2.103 ' # SDK Version to use.
23
+ dotnet-version : ' 3.1.100 ' # SDK Version to use.
24
24
- run : dotnet build <my project>
25
25
` ` `
26
26
31
31
runs-on : ubuntu-16.04
32
32
strategy :
33
33
matrix :
34
- dotnet : [ '2.2.103', '3.0.100', '3.1.100-preview1-014459 ' ]
34
+ dotnet : [ '2.2.103', '3.0.100', '3.1.100' ]
35
35
name : Dotnet ${{ matrix.dotnet }} sample
36
36
steps :
37
37
- uses : actions/checkout@master
49
49
# Authenticates packages to push to GPR
50
50
- uses : actions/setup-dotnet@v1
51
51
with :
52
- dotnet-version : ' 2.2.103 ' # SDK Version to use.
52
+ dotnet-version : ' 3.1.100 ' # SDK Version to use.
53
53
source-url : https://nuget.pkg.github.com/<owner>/index.json
54
54
env :
55
55
NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments