Skip to content

Commit

Permalink
Update build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagico2 authored Sep 4, 2024
1 parent e4c2a3b commit a48fb3d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,3 @@ Remove-Item publish-netcoreapp3.1\*.pdb, publish-netcoreapp3.1\*.xml
dotnet publish -c Release -f net6.0 -o publish-net6.0 de4dot
if ($LASTEXITCODE) { exit $LASTEXITCODE }
Remove-Item publish-net6.0\*.pdb, publish-net6.0\*.xml

# Add support for .NET 8
dotnet publish -c Release -f net8.0 -o publish-net8.0 de4dot
if ($LASTEXITCODE) { exit $LASTEXITCODE }
Remove-Item publish-net8.0\*.pdb, publish-net8.0\*.xml

0 comments on commit a48fb3d

Please sign in to comment.