Skip to content

Commit c81a2b7

Browse files
Update dotnet-build.yml
1 parent d5e39c6 commit c81a2b7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dotnet-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ jobs:
44
build:
55
runs-on: windows-2025-vs2026
66
steps:
7-
- name: Setup project
7+
- name: Set up Project
88
uses: actions/checkout@v6
99

10-
- name: Setup MSBuild
10+
- name: Set up MSBuild
1111
uses: microsoft/setup-msbuild@v3
1212
with:
1313
vs-version: # optional
1414
msbuild-architecture: # optional, default is x86
1515

16-
- name: Setup NuGet
16+
- name: Set up NuGet
1717
uses: NuGet/setup-nuget@v4.0
1818

19-
- name: Restore Packages
19+
- name: Restore NuGet Packages
2020
working-directory: src
2121
run: nuget restore ShutdownTimerClassic.sln
2222

@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
msbuild.exe ShutdownTimerClassic.sln /p:platform="Any CPU" /p:configuration="Debug"
2727
28-
- name: Upload build artifacts
28+
- name: Upload Build Artifacts
2929
uses: actions/upload-artifact@v7
3030
with:
3131
path: src/bin/Debug

0 commit comments

Comments
 (0)