Skip to content

Commit

Permalink
Update Cake (#20475)
Browse files Browse the repository at this point in the history
* Update Cake

* Update android.cake
  • Loading branch information
mattleibow committed Feb 11, 2024
1 parent cc36074 commit 2fbc285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "2.3.0",
"version": "4.0.0",
"commands": [
"dotnet-cake"
]
Expand All @@ -27,4 +27,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion eng/devices/android.cake
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Task("uitest")
Information("Build UITests project {0}", PROJECT.FullPath);
var name = System.IO.Path.GetFileNameWithoutExtension(PROJECT.FullPath);
var binlog = $"{BINLOG_DIR}/{name}-{CONFIGURATION}-android-{DateTime.UtcNow.ToFileTimeUtc()}.binlog";
DotNetCoreBuild(PROJECT.FullPath, new DotNetCoreBuildSettings {
DotNetBuild(PROJECT.FullPath, new DotNetBuildSettings {
Configuration = CONFIGURATION,
ArgumentCustomization = args => args
.Append("/p:ExtraDefineConstants=ANDROID")
Expand Down

0 comments on commit 2fbc285

Please sign in to comment.