diff --git a/tools/release/build_delivery_win.cmd b/tools/release/build_delivery_win.cmd index fbf55e3f72..0bd30b9210 100644 --- a/tools/release/build_delivery_win.cmd +++ b/tools/release/build_delivery_win.cmd @@ -105,7 +105,3 @@ make.exe test_python WINDOWS_PATH_TO_PYTHON=c:\python37-64 || exit 1 echo make test_python3.7: DONE | tee.exe -a build.log make.exe pypi_archive WINDOWS_PATH_TO_PYTHON=c:\python37-64 || exit 1 echo make pypi_archive3.7: DONE | tee.exe -a build.log - -REM Creating .NET artifacts -make.exe nuget_archive WINDOWS_PATH_TO_PYTHON=c:\python37-64 || exit 1 -echo make nuget_archive: DONE | tee.exe -a build.log