Skip to content

Commit 87cd02f

Browse files
dschoGit for Windows Build Agent
authored andcommitted
msvc: tell Visual Studio where we expect NuGet packages to be unpacked
We already unpack the NuGet packages in a certain place, via compat/vcbuild/Makefile. Let's let Visual Studio use the very same place. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 08fe2c0 commit 87cd02f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.nuget/NuGet.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<config>
4+
<add key="repositoryPath" value="..\compat\vcbuild\GEN.PKGS" />
5+
</config>
6+
</configuration>

0 commit comments

Comments
 (0)