File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929
3030 - name : Restore dependencies
3131 shell : bash
32- run : dotnet restore
32+ run : dotnet restore EssentialCSharp.sln
3333
3434 - name : Build
3535 if : ${{ inputs.build == 'true' }}
3636 shell : bash
37- run : dotnet build --no-restore
37+ run : dotnet build EssentialCSharp.sln --no-restore
Original file line number Diff line number Diff line change 5151 echo "Printing date"
5252 date
5353 echo Restore dependencies
54- dotnet restore
54+ dotnet restore EssentialCSharp.sln
5555 echo Build
56- dotnet build --no-restore
56+ dotnet build EssentialCSharp.sln --no-restore
5757 echo Test
5858 dotnet test --no-build --no-restore --verbosity normal
Original file line number Diff line number Diff line change 1717 contents : write
1818
1919 steps :
20- -
uses :
fastify/[email protected] .1 20+ -
uses :
fastify/[email protected] .2 2121 with :
2222 use-github-auto-merge : true
2323
You can’t perform that action at this time.
0 commit comments