Skip to content

Commit 9cc39fc

Browse files
committed
rename GitVersionTfsTask -> GitVersionVsixTask
1 parent 6f2407c commit 9cc39fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/publish.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Task("Publish-Vsix")
113113
throw new InvalidOperationException("Could not resolve Tfx token.");
114114
}
115115

116-
var workDir = "./src/GitVersionTfsTask";
116+
var workDir = "./src/GitVersionVsixTask";
117117
var settings = new TfxExtensionPublishSettings
118118
{
119119
ToolPath = workDir + "/node_modules/.bin/" + (parameters.IsRunningOnWindows ? "tfx.cmd" : "tfx"),

0 commit comments

Comments
 (0)