File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ partial class Build : NukeBuild
5454 . Before ( Restore )
5555 . Executes ( ( ) =>
5656 {
57- ExamplesDirectory . GlobDirectories ( "**/bin" , "**/obj" ) . ForEach ( DeleteDirectory ) ;
5857 SourceDirectory . GlobDirectories ( "**/bin" , "**/obj" ) . ForEach ( DeleteDirectory ) ;
5958 TestsDirectory . GlobDirectories ( "**/bin" , "**/obj" ) . ForEach ( DeleteDirectory ) ;
6059 EnsureCleanDirectory ( ArtifactsDirectory ) ;
@@ -127,7 +126,7 @@ partial class Build : NukeBuild
127126 . Executes ( ( ) =>
128127 {
129128 var packTargets = GetActiveProjects ( )
130- . Where ( x => ! x . Name . Contains ( ".Test " ) ) ;
129+ . Where ( x => ! x . Name . EndsWith ( ".Tests " ) ) ;
131130
132131 var version = TagVersion ;
133132 var suffix = "" ;
Original file line number Diff line number Diff line change 1111 </PropertyGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" Nuke.Common" Version =" 5.2.1 " />
14+ <PackageReference Include =" Nuke.Common" Version =" 5.3.0 " />
1515 </ItemGroup >
1616
1717</Project >
You can’t perform that action at this time.
0 commit comments