Skip to content

Commit b2bb9a6

Browse files
committed
moved TestStack.BDDfy.Samples to Samples folder - oops!
1 parent 38e5d78 commit b2bb9a6

18 files changed

+16
-13
lines changed

Packages.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<PropertyGroup>
20-
<BDDfySamplesPath>$(MSBuildProjectDirectory)\TestStack.BDDfy.Samples</BDDfySamplesPath>
20+
<BDDfySamplesPath>$(MSBuildProjectDirectory)\Samples\TestStack.BDDfy.Samples</BDDfySamplesPath>
2121
<BDDfySpecPath>$(PackageDefinitionPath)\TestStack.BDDfy</BDDfySpecPath>
2222
<BDDfySpec>$(BDDfySpecPath)\TestStack.BDDfy.nuspec</BDDfySpec>
2323
<SamplesSpecPath>$(PackageDefinitionPath)\TestStack.BDDfy.Samples</SamplesSpecPath>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

TestStack.BDDfy.Samples/TestStack.BDDfy.Samples.csproj renamed to Samples/TestStack.BDDfy.Samples/TestStack.BDDfy.Samples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<Reference Include="System" />
6565
</ItemGroup>
6666
<ItemGroup>
67-
<ProjectReference Include="..\TestStack.BDDfy\TestStack.BDDfy.csproj">
67+
<ProjectReference Include="..\..\TestStack.BDDfy\TestStack.BDDfy.csproj">
6868
<Project>{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}</Project>
6969
<Name>TestStack.BDDfy</Name>
7070
</ProjectReference>
File renamed without changes.

0 commit comments

Comments
 (0)