We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0545ea9 commit 1d4902aCopy full SHA for 1d4902a
.github/workflows/dotnet.yml
@@ -14,17 +14,17 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
- name: Setup .NET
17
- uses: actions/setup-dotnet@v3.0.3
+ uses: actions/setup-dotnet@v3
18
with:
19
- dotnet-version: 6.0.x
+ dotnet-version: 7.0.x
20
- name: Restore dependencies
21
run: dotnet restore
22
- name: Build
23
run: dotnet build --no-restore
24
- name: Test
25
run: dotnet test --no-build --verbosity normal
26
- name: Upload a Build Artifact
27
- uses: actions/upload-artifact@v3.1.1
+ uses: actions/upload-artifact@v3
28
29
name: DwC-A_dotnet.Interactive.nupkg
30
path: src/DwC-A_dotnet.Interactive/bin/Debug/DwC-A_dotnet.Interactive.*.nupkg
0 commit comments