Skip to content

Commit

Permalink
Merge 3526dca into f4e9971
Browse files Browse the repository at this point in the history
  • Loading branch information
domyd committed Feb 17, 2018
2 parents f4e9971 + 3526dca commit 246489c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Task("PinNuGetDependencies")
var packagePath = artifactDirectory + File(string.Concat(package, ".", nugetVersion, ".nupkg"));

// see https://github.com/cake-contrib/Cake.PinNuGetDependency
PinNuGetDependency(packagePath, "reactiveui");
PinNuGetDependency(packagePath, "ReactiveUI");
}
});

Expand Down

0 comments on commit 246489c

Please sign in to comment.