Skip to content

Commit c2296c9

Browse files
authored
2024-11-13 5.3.12 redux (#1344)
1 parent 05d930c commit c2296c9

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/GithubActionsRelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}}

.github/workflows/GithubActionsWIP.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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}}

0 commit comments

Comments
 (0)