Skip to content

Commit 1550105

Browse files
committed
(build) Try to force installation of newer package
Older package versions of Cake.Twitter simply don't work, due to a change in how Twitter itself works. This commit attempts to install the latest Cake.Twitter version that we can use, in a hope to get tweets working again as part of our releases.
1 parent 446b08d commit 1550105

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#tool dotnet:?package=GitVersion.Tool&version=5.6.7

recipe.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#load nuget:?package=Cake.Recipe&version=3.1.1
22
#tool dotnet:?package=dotnet-t4&version=2.2.1
33
#addin nuget:?package=Cake.Git&version=1.0.0
4+
#addin nuget:?package=Cake.Twitter&version=1.1.1
45

56
Environment.SetVariableNames(githubTokenVariable: "GITTOOLS_GITHUB_TOKEN");
67

0 commit comments

Comments
 (0)