We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b30b8d commit 488b7f4Copy full SHA for 488b7f4
build/publish.cake
@@ -139,7 +139,7 @@ Task("Publish-Vsix")
139
140
var vsixFilePath = parameters.Paths.Files.VsixOutputFilePath;
141
if (!FileExists(vsixFilePath)) {
142
- vsixFilePath = context.GetFiles(parameters.Paths.Directories.BuildArtifact + "/*.vsix").First();
+ vsixFilePath = GetFiles(parameters.Paths.Directories.BuildArtifact + "/*.vsix").First();
143
}
144
TfxExtensionPublish(vsixFilePath, settings);
145
})
0 commit comments