Skip to content

Commit 8d97bb7

Browse files
committed
possibly shut up the nuget source message
nobody cares that it's already added, *we know*, the command is there to autoadd if it's missing
1 parent 9db9cb5 commit 8d97bb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

launch-windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if exist .\src\bin\must_rebuild (
4848
rem Build the program if it isn't already built
4949
if not exist src\bin\live_release\SwarmUI.exe (
5050
rem For some reason Microsoft's nonsense is missing the official nuget source? So forcibly add that to be safe.
51-
dotnet nuget add source https://api.nuget.org/v3/index.json --name "NuGet official package source"
51+
dotnet nuget add source https://api.nuget.org/v3/index.json --name "NuGet official package source" >nul 2>&1
5252

5353
dotnet build src/SwarmUI.csproj --configuration Release -o src/bin/live_release
5454
for /f "delims=" %%i in ('git rev-parse HEAD') do set CUR_HEAD2=%%i

0 commit comments

Comments
 (0)