Skip to content

Commit 63649c7

Browse files
authored
[C#] Move the nuget location to where it can be shared (#1160)
* move the nuget location to where it can be shared * new test layout
1 parent 7a72f8f commit 63649c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/csharp/src/csproj.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ impl CSProjectLLVMBuilder {
121121
r#"<?xml version="1.0" encoding="utf-8"?>
122122
<configuration>
123123
<config>
124-
<add key="globalPackagesFolder" value=".packages" />
124+
<!-- Store the packages where they can be shared between tests -->
125+
<add key="globalPackagesFolder" value="../../../.packages" />
125126
</config>
126127
<packageSources>
127128
<!--To inherit the global NuGet package sources remove the <clear/> line below -->

0 commit comments

Comments
 (0)