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 ed16014 commit 3e9a41f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
RefreshEnvironment
choco install dotnet4.0 -y
$env:Path += ";${env:ChocolateyInstall}\bin"
$env:Path += ";${env:ChocolateyInstall}\lib\dotnet4.0\tools"
- name: Setup MSBuild
uses: microsoft/[email protected]
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Restore NuGet packages
run: nuget restore RandomString4Net.sln

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

- name: Run Tests
Expand Down

0 comments on commit 3e9a41f

Please sign in to comment.