File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments