We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa458ba commit 09fefb1Copy full SHA for 09fefb1
.github/workflows/dotnet.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/setup-dotnet@v4
18
with:
19
dotnet-version: 8.x
20
- - name: Restore dependencies
+ - name: Restore Dependencies
21
run: dotnet restore
22
- name: Build
23
run: dotnet build --no-restore
@@ -34,11 +34,11 @@ jobs:
34
35
36
37
38
39
- - name: Pack NuGet package
+ - name: Pack NuGet Package
40
run: dotnet pack --no-restore -c Release -o ./artifacts
41
- - name: Upload NuGet artifact
+ - name: Upload NuGet Artifact
42
uses: actions/upload-artifact@v4
43
44
name: Packages
0 commit comments