File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: .NET
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ '*' ]
66 pull_request :
77 branches : [ master ]
88
@@ -12,19 +12,19 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v2.5.0
1616 - name : Setup .NET
17- uses : actions/setup-dotnet@v1
17+ uses : actions/setup-dotnet@v3.0.3
1818 with :
19- dotnet-version : 5 .0.x
19+ dotnet-version : 6 .0.x
2020 - name : Restore dependencies
2121 run : dotnet restore
2222 - name : Build
2323 run : dotnet build --no-restore
2424 - name : Test
2525 run : dotnet test --no-build --verbosity normal
2626 - name : Upload a Build Artifact
27- uses : actions/upload-artifact@v2.2.2
27+ uses : actions/upload-artifact@v3.1.1
2828 with :
2929 name : DwC-A_dotnet.Interactive.nupkg
3030 path : src/DwC-A_dotnet.Interactive/bin/Debug/DwC-A_dotnet.Interactive.*.nupkg
You can’t perform that action at this time.
0 commit comments