Skip to content

Commit

Permalink
Update build.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed May 13, 2020
1 parent d29049f commit 9371e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XPlat/ExposureNotification/build.cake
@@ -1,10 +1,10 @@
var TARGET = Argument("t", Argument("target", "ci"));

var SRC_COMMIT = "1dbccda04f9adb511b422125ebdb2eb3aae8329b";
var SRC_COMMIT = "0453ef280effd21903f3920fba57b58695cf60ab";
var SRC_URL = $"https://github.com/xamarin/xamarin.exposurenotification/archive/{SRC_COMMIT}.zip";

var OUTPUT_PATH = (DirectoryPath)"./output/";
var NUGET_VERSION = "0.2.0-preview01";
var NUGET_VERSION = "0.2.1-preview";

Task("externals")
.Does(() =>
Expand Down

0 comments on commit 9371e70

Please sign in to comment.