We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0edb3e commit f1d2ec3Copy full SHA for f1d2ec3
1 file changed
.github/workflows/dotnet-CI-workflow.yml
@@ -27,6 +27,12 @@ jobs:
27
- name: Restore NuGet packages
28
run: nuget restore RandomString4Net.sln
29
30
+ - name: Install .NET Framework 4.0 Developer Pack
31
+ run: |
32
+ choco install dotnet4.0-targetpack -y
33
+ # The following line sets up the environment variables required by msbuild
34
+ refreshenv
35
+
36
- name: Build RandomString4Net project for release
37
run: msbuild RandomString4Net.sln -property:Configuration=Release -property:platform="Any CPU"
38
0 commit comments