Skip to content

Commit d82656b

Browse files
Jake Ginnivanmwhelan
authored andcommitted
Enabled package restore
1 parent d2971ff commit d82656b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.nuget/NuGet.Config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<configuration>
3-
<solution>
4-
<add key="disableSourceControlIntegration" value="true" />
5-
</solution>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<solution>
4+
<add key="disableSourceControlIntegration" value="true" />
5+
</solution>
66
</configuration>

TestStack.BDDfy.Tests/Processors/Reports/MarkDown/MarkDownReporterSpecs.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using NSubstitute;
44
using NUnit.Framework;
5-
using TestStack.BDDfy.Processors;
65
using TestStack.BDDfy.Processors.Reporters;
76
using TestStack.BDDfy.Processors.Reporters.MarkDown;
87
using TestStack.BDDfy.Processors.Reporters.Writers;

TestStack.BDDfy.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ EndProject
3131
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestStack.BDDfy.Tests", "TestStack.BDDfy.Tests\TestStack.BDDfy.Tests.csproj", "{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}"
3232
EndProject
3333
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{7AD952C1-F525-437B-965F-C1400ADA34F0}"
34+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{E934CAB7-1AA0-4AEC-94AD-BC3D4306212C}"
3435
ProjectSection(SolutionItems) = preProject
3536
.nuget\NuGet.Config = .nuget\NuGet.Config
3637
.nuget\NuGet.exe = .nuget\NuGet.exe

0 commit comments

Comments
 (0)