Skip to content

Commit 9a69cf0

Browse files
committed
Merge branch 'v0.1.10-Pre' of https://github.com/pjoiner/DwC-A_dotnet.Interactive into v0.1.10-Pre
2 parents 613093c + c9d523d commit 9a69cf0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: .NET
22

33
on:
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

0 commit comments

Comments
 (0)