Skip to content

Commit f4e848f

Browse files
[FSSDK-11731] developer pack installations
1 parent c018a8a commit f4e848f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/csharp.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
uses: microsoft/setup-msbuild@v1
4545
- name: Setup NuGet
4646
uses: NuGet/setup-nuget@v1
47+
- name: Install .NET Framework Developer Packs
48+
run: |
49+
choco install netfx-4.5-devpack -y
50+
choco install netfx-4.0-devpack -y
4751
- name: Restore NuGet packages
4852
run: nuget restore ./OptimizelySDK.NETFramework.sln
4953
- name: Build & strongly name assemblies

0 commit comments

Comments
 (0)