Skip to content

Commit 38af21d

Browse files
committed
Update submodule, update publish script
1 parent ed84246 commit 38af21d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Library

publish.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
where dotnet 2>nul
3+
where dotnet >nul 2>nul
44

55
if %ERRORLEVEL% gtr 0 (
66
echo .NET SDK not installed. Exiting...
@@ -13,6 +13,8 @@ if exist "bin\release\net9.0" (
1313

1414
cls
1515

16+
set DOTNET_CLI_TELEMETRY_OPTOUT=1
17+
1618
echo Publishing self-contained binaries...
1719

1820
:: Publish self-contained versions

0 commit comments

Comments
 (0)