Changed so default and mono tasks doesn't depend on the nuget restore tasks. Those dependencies have instead been moved to the compile and compilemono tasks. This will ensure that if you run as task such as nuget_package it will actually make sure that a package restore has been executed prior to compiling.
Changed so
default
andmono
tasks doesn't depend on the nuget restore tasks. Those dependencies have instead been moved to thecompile
andcompilemono
tasks. This will ensure that if you run as task such asnuget_package
it will actually make sure that a package restore has been executed prior to compiling.