Skip to content

Commit ecd7006

Browse files
committed
Added lines to install visual studio web targets
- Hopefully this will fixed the missing web targets build error
1 parent 9c6603d commit ecd7006

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212

13-
runs-on: windows-2019
13+
runs-on: windows-latest
1414

1515
steps:
1616
- uses: actions/checkout@v4
@@ -33,6 +33,8 @@ jobs:
3333
- name: Pack
3434
run: |
3535
cd src
36+
choco install visualstudio2022buildtools
37+
choco install visualstudio2022-workload-webbuildtools
3638
dotnet pack spark-pack.slnf --include-symbols --output nupkgs --no-build
3739
- name: Push to NuGet
3840
run: |

0 commit comments

Comments
 (0)