Skip to content

Commit

Permalink
Update dotnet-CI-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnath authored Nov 15, 2023
1 parent 9683055 commit 2da12c0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/dotnet-CI-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/[email protected]

- name: Install .NET Framework 4.0 Developer Pack
run: |
$url = 'https://app.ljnath.com/files/dotNetFx40_Full_x86_x64.exe'
$installer = "$env:TEMP\NDP40-DevPack.exe"
Invoke-WebRequest -Uri $url -OutFile $installer
Start-Process -FilePath $installer -ArgumentList '/q' -Wait

- name: Setup MSBuild
uses: microsoft/[email protected]
Expand Down

0 comments on commit 2da12c0

Please sign in to comment.