Skip to content

Commit 2da12c0

Browse files
authored
Update dotnet-CI-workflow.yml
1 parent 9683055 commit 2da12c0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/dotnet-CI-workflow.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ jobs:
1414
runs-on: windows-latest
1515
steps:
1616
- uses: actions/[email protected]
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
2417

2518
- name: Setup MSBuild
2619
uses: microsoft/[email protected]

0 commit comments

Comments
 (0)