We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f266f19 commit b462427Copy full SHA for b462427
src/SDK/install.bat
@@ -44,7 +44,7 @@ if /i "!useJq!" == "false" (
44
dotnet build "!sdkPath!\Utilities\ParseJSON" /property:GenerateFullPaths=true /consoleloggerparameters:NoSummary -c Release >NUL
45
if exist "!sdkPath!\Utilities\ParseJSON\bin\Release\net7.0\" (
46
pushd "!sdkPath!\Utilities\ParseJSON\bin\Release\net7.0\"
47
- move * ..\..\..\ > /dev/null
+ move * ..\..\..\ >NUL
48
popd
49
)
50
0 commit comments