Skip to content

Commit e73a5b4

Browse files
move build props to src folder to fix build
1 parent 1d42434 commit e73a5b4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mode: ContinuousDelivery
2-
next-version: 4.1.0
2+
next-version: 8.0.0
33
branches: {}
44
ignore:
55
sha: []

src/TestStack.BDDfy.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1313
..\build.ps1 = ..\build.ps1
1414
..\deploy.cake = ..\deploy.cake
1515
..\deploy.ps1 = ..\deploy.ps1
16-
..\Directory.build.props = ..\Directory.build.props
16+
Directory.build.props = Directory.build.props
1717
..\GitVersion.yml = ..\GitVersion.yml
1818
..\license.txt = ..\license.txt
1919
..\logo.png = ..\logo.png

0 commit comments

Comments
 (0)