Skip to content

Commit 3e9a41f

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 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
21-
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
22-
RefreshEnvironment
20+
choco install dotnet4.0 -y
21+
$env:Path += ";${env:ChocolateyInstall}\bin"
22+
$env:Path += ";${env:ChocolateyInstall}\lib\dotnet4.0\tools"
2323
2424
- name: Setup MSBuild
2525
uses: microsoft/setup-msbuild@v1.3.1
@@ -33,7 +33,7 @@ jobs:
3333
- name: Restore NuGet packages
3434
run: nuget restore RandomString4Net.sln
3535

36-
- name: Build RandomString4Net project for release
36+
- name: Build RandomString4Net for Release
3737
run: msbuild RandomString4Net.sln -property:Configuration=Release -property:platform="Any CPU"
3838

3939
- name: Run Tests

0 commit comments

Comments
 (0)