Skip to content

add dependency on OutDir/Packages

The dependencies of our build tasks were configured such that msbuild would attempt to resolve references before the packages were installed when switching between configurations. The task which resolves references now depends on the output of the task that installs packages, so this should no longer happen.

Closes #457 (closed)

Edited by Alexander Nørskov Larsen

Merge request reports