Skip to content

Commit 454f208

Browse files
committed
Fix build scripts
1 parent a912d0c commit 454f208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#addin "Cake.Xamarin"
21
#addin nuget:?package=Cake.Git
32

43
using Path = System.IO.Path;
@@ -25,6 +24,7 @@ void BuildProject(string projectName, string targetSubDir)
2524
MSBuild(project, settings => settings
2625
.SetConfiguration("Release")
2726
.WithTarget("Build")
27+
.UseToolVersion(MSBuildToolVersion.VS2019)
2828
.SetMSBuildPlatform(MSBuildPlatform.x86)
2929
.WithProperty("OutDir", outputDir.FullPath));
3030
}

0 commit comments

Comments
 (0)