release: fix build_release_win cmd

nuget packages are generated during `make dotnet`
This commit is contained in:
Corentin Le Molgat
2018-09-17 17:30:13 +02:00
parent bb307ae272
commit eb5409ec8c

View File

@@ -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