File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ var version = Context.Configuration.GetValue("package_version");
8
8
9
9
Task ( "build" )
10
10
. Description ( "Builds the project." )
11
- . Does ( ( ) => DotNetBuild ( "src " , new ( ) { Configuration = release ? "Release" : "Debug" } ) ) ;
11
+ . Does ( ( ) => DotNetBuild ( "lcov.slnx " , new ( ) { Configuration = release ? "Release" : "Debug" } ) ) ;
12
12
13
13
Task ( "clean" )
14
14
. Description ( "Deletes all generated files." )
@@ -28,7 +28,7 @@ Task("publish")
28
28
29
29
Task ( "test" )
30
30
. Description ( "Runs the test suite." )
31
- . Does ( ( ) => DotNetTest ( "test " , new ( ) { Settings = ".runsettings" } ) ) ;
31
+ . Does ( ( ) => DotNetTest ( "lcov.slnx " , new ( ) { Settings = ".runsettings" } ) ) ;
32
32
33
33
Task ( "version" )
34
34
. Description ( "Updates the version number in the sources." )
Original file line number Diff line number Diff line change 24
24
<File Path =" res/lcov.info" />
25
25
</Folder >
26
26
<Project Path =" src/lcov.csproj" />
27
- <Project Path =" test/lcov.tests.csproj" />
27
+ <Project Path =" test/lcov.tests.csproj" >
28
+ <Build Solution =" Release|*" Project =" false" />
29
+ </Project >
28
30
</Solution >
You can’t perform that action at this time.
0 commit comments