File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ jobs:
7676 - name : Setup docfx
7777 run : dotnet tool update -g docfx
7878
79- - name : Build Material.Blazor
8079 - name : Install pnpm
8180 uses : pnpm/action-setup@v4
8281 with :
8382 version : 9.12.2
8483
84+ - name : Build Material.Blazor
8585 run : dotnet build ${{env.projectMB}} --configuration ${{env.buildConfiguration}}
8686
8787 - name : Create documentation 🔧
@@ -116,12 +116,12 @@ jobs:
116116 with :
117117 dotnet-version : ' 8.x'
118118
119- - name : Build and Publish Website 🔧
120119 - name : Install pnpm
121120 uses : pnpm/action-setup@v4
122121 with :
123122 version : 9.12.2
124123
124+ - name : Build and Publish Website 🔧
125125 run : >
126126 dotnet publish ${{env.projectWeb}}
127127 --configuration ${{env.buildConfiguration}}
Original file line number Diff line number Diff line change @@ -404,6 +404,11 @@ jobs:
404404 with :
405405 dotnet-version : ' 8.x'
406406
407+ - name : Install pnpm
408+ uses : pnpm/action-setup@v4
409+ with :
410+ version : 9.12.2
411+
407412 - name : Build Material.Blazor & Generate the NuGet package 🔧
408413 run : >
409414 dotnet pack ${{env.projectMB}}
You can’t perform that action at this time.
0 commit comments