Skip to content

Commit

Permalink
Update Publish script, remove 1 nugget ref (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutex666 authored Mar 9, 2024
1 parent 67ec526 commit f037c49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/NonVisuals/NonVisuals.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
<PackageReference Include="System.Drawing.Common" Version="8.0.2" />
<PackageReference Include="Verify.Xunit" Version="23.2.2" />
</ItemGroup>
<PropertyGroup />
</Project>
2 changes: 1 addition & 1 deletion src/PublishReleaseDCSFP.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if (($env:dcsfpReleaseDestinationFolderPath -eq $null) -or (-not (Test-Path $env
# Tests execution For DCSFP
#---------------------------------
Write-Host "Starting tests execution for DCSFP" -foregroundcolor "Green"
$testPath = $scriptPath + "\Tests"
$testPath = $scriptPath + "\DCSFP.Tests"
Set-Location -Path $testPath
dotnet test
$testsLastExitCode = $LastExitCode
Expand Down

0 comments on commit f037c49

Please sign in to comment.