Skip to content

Commit 79c9b30

Browse files
authored
Update dotnet-CI-workflow.yml
1 parent 3e9a41f commit 79c9b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717

1818
- name: Install .NET Framework 4.0 Full Redistributable
1919
run: |
20-
choco install dotnet4.0 -y
20+
choco install netfx-4.0.2-devpack -y
2121
$env:Path += ";${env:ChocolateyInstall}\bin"
22-
$env:Path += ";${env:ChocolateyInstall}\lib\dotnet4.0\tools"
22+
$env:Path += ";${env:ChocolateyInstall}\lib\netfx-4.0.2-devpack\tools"
2323
2424
- name: Setup MSBuild
2525
uses: microsoft/setup-msbuild@v1.3.1

0 commit comments

Comments
 (0)