We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0b9dd commit 4c94e01Copy full SHA for 4c94e01
1 file changed
test/NuGet.Core.Tests/NuGet.Commands.Test/BuildAssetsUtilsTests.cs
@@ -18,6 +18,7 @@
18
using NuGet.Repositories;
19
using NuGet.Test.Utility;
20
using NuGet.Versioning;
21
+using Test.Utility;
22
using Xunit;
23
24
namespace NuGet.Commands.Test
@@ -177,7 +178,7 @@ public void BuildAssetsUtils_ReplaceWithUserProfileMacro()
177
178
// Arrange
179
using (var randomProjectDirectory = TestDirectory.Create())
180
{
- var globalPackagesFolder = SettingsUtility.GetGlobalPackagesFolder(NullSettings.Instance);
181
+ var globalPackagesFolder = SettingsUtility.GetGlobalPackagesFolder(NullSettings.Instance, TestEnvironmentVariableReader.EmptyInstance);
182
183
if (!string.IsNullOrEmpty(globalPackagesFolder))
184
0 commit comments