Skip to content

Commit 518bfbb

Browse files
committed
Fix for appveyor script
1 parent 88c29f6 commit 518bfbb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build.cake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Task("Build")
4646
MSBuild("./src/" + solutionName, settings =>
4747
{
4848
settings.SetConfiguration(configuration);
49-
settings.ToolVersion = MSBuildToolVersion.VS2017;
5049
});
5150
}
5251
else

0 commit comments

Comments
 (0)