Skip to content

Commit

Permalink
rename slngenproj
Browse files Browse the repository at this point in the history
  • Loading branch information
itn3000 committed Mar 19, 2019
1 parent 3314de8 commit 4fd7f8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ Task("Clean")
Task("SlnGen")
.Does(() =>
{
DotNetCoreMSBuild("PooledStream.slngen");
DotNetCoreMSBuild("PooledStream.slngenproj");
});
RunTarget(target);

0 comments on commit 4fd7f8f

Please sign in to comment.