Skip to content

Commit

Permalink
update build.bat
Browse files Browse the repository at this point in the history
Rudokhvist committed Nov 12, 2024

Verified

This commit was signed with the committer’s verified signature.
tushar-saxena-yral Tushar Saxena (yral)
1 parent 2ddc2de commit b694a18
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ if exist out rmdir /Q /S out

rem release generic version

dotnet publish -c "Release" -f "net8.0" -o "out/generic" "/p:LinkDuringPublish=false"
dotnet publish -c "Release" -o "out/generic" "/p:LinkDuringPublish=false"
mkdir .\out\%CurrDirName%
copy .\out\generic\%CurrDirName%.dll .\out\%CurrDirName%
rem comment section below (downto :zip label) if you don't want to include documentation

0 comments on commit b694a18

Please sign in to comment.