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 3e9a41f commit 79c9b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-CI-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:

- name: Install .NET Framework 4.0 Full Redistributable
run: |
choco install dotnet4.0 -y
choco install netfx-4.0.2-devpack -y
$env:Path += ";${env:ChocolateyInstall}\bin"
$env:Path += ";${env:ChocolateyInstall}\lib\dotnet4.0\tools"
$env:Path += ";${env:ChocolateyInstall}\lib\netfx-4.0.2-devpack\tools"
- name: Setup MSBuild
uses: microsoft/[email protected]
Expand Down

0 comments on commit 79c9b30

Please sign in to comment.