I am trying to build an app from command line using msbuild. I first run msbuild -t:restore
and specify the directory (say foo
) to which packages are restored. After this, I want to run msbuild and inform it that the packages are in directory foo
.
Does msbuild have an option using which I can specify the directory that contains the dependencies required for build?
I am using msbuild version 16.6