File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Package.BlazorComponentLibrary/Components Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,10 @@ jobs:
307307 echo ""
308308 echo "Deleting packages.lock.json files:"
309309 find . -name "packages.lock.json" -type f -exec rm -f {} \;
310+
311+ echo "Listing packages.lock.json files:"
312+ find . -name "packages.lock.json" -type f -print
313+ echo ""
310314
311315 - name : Restore NuGet Packages for Specifically the BCL Package Library Project
312316 run : dotnet restore TestHostPrerenderWASM/TestHostPrerenderWASM.Client/TestHostPrerenderWASM.Client.csproj --verbosity detailed
Original file line number Diff line number Diff line change 11<h3 >Simple Counter</h3 >
22Feat123
33<button class =" btn btn-primary" @onclick =" IncrementCount" >
4- A Build aaa(@currentCount)
4+ surely not A Build aaa(@currentCount)
55</button >
66
77@code {
You can’t perform that action at this time.
0 commit comments