Skip to content

Commit c7d24b8

Browse files
[FSSDK-11731] windows sdk for 4.0.3 pre-requisite
1 parent 2f7b30d commit c7d24b8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/csharp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Install .NET Framework Developer Packs
4848
run: |
4949
choco install netfx-4.5.2-devpack -y
50+
choco install windows-sdk-7.1 -y
5051
choco install netfx-4.0.3-devpack -y
5152
- name: Restore NuGet packages
5253
run: nuget restore ./OptimizelySDK.NETFramework.sln

.github/workflows/csharp_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
uses: microsoft/setup-msbuild@v2
4242
- name: Setup NuGet
4343
uses: nuget/setup-nuget@v2
44+
- name: Install .NET Framework Developer Packs
45+
run: |
46+
choco install netfx-4.5.2-devpack -y
47+
choco install windows-sdk-7.1 -y
48+
choco install netfx-4.0.3-devpack -y
4449
- name: Restore NuGet packages
4550
run: nuget restore ./OptimizelySDK.NETFramework.sln
4651
- name: Build and strongly name assemblies

0 commit comments

Comments
 (0)