We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9683055 commit 2da12c0Copy full SHA for 2da12c0
.github/workflows/dotnet-CI-workflow.yml
@@ -14,13 +14,6 @@ jobs:
14
runs-on: windows-latest
15
steps:
16
- uses: actions/checkout@v4.1.1
17
-
18
- - name: Install .NET Framework 4.0 Developer Pack
19
- run: |
20
- $url = 'https://app.ljnath.com/files/dotNetFx40_Full_x86_x64.exe'
21
- $installer = "$env:TEMP\NDP40-DevPack.exe"
22
- Invoke-WebRequest -Uri $url -OutFile $installer
23
- Start-Process -FilePath $installer -ArgumentList '/q' -Wait
24
25
- name: Setup MSBuild
26
uses: microsoft/setup-msbuild@v1.3.1
0 commit comments