We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a912d0c commit 454f208Copy full SHA for 454f208
build.cake
@@ -1,4 +1,3 @@
1
-#addin "Cake.Xamarin"
2
#addin nuget:?package=Cake.Git
3
4
using Path = System.IO.Path;
@@ -25,6 +24,7 @@ void BuildProject(string projectName, string targetSubDir)
25
24
MSBuild(project, settings => settings
26
.SetConfiguration("Release")
27
.WithTarget("Build")
+ .UseToolVersion(MSBuildToolVersion.VS2019)
28
.SetMSBuildPlatform(MSBuildPlatform.x86)
29
.WithProperty("OutDir", outputDir.FullPath));
30
}
0 commit comments