We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c018a8a commit f4e848fCopy full SHA for f4e848f
.github/workflows/csharp.yml
@@ -44,6 +44,10 @@ jobs:
44
uses: microsoft/setup-msbuild@v1
45
- name: Setup NuGet
46
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
51
- name: Restore NuGet packages
52
run: nuget restore ./OptimizelySDK.NETFramework.sln
53
- name: Build & strongly name assemblies
0 commit comments