From 24b24565fefda491e3620dea3906df0a924f4d28 Mon Sep 17 00:00:00 2001 From: "Samir L. Boulema" Date: Wed, 26 Sep 2018 10:39:56 +0200 Subject: [PATCH] Azure Pipelines: fix missing task --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6e9b5ff..2825cb8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,7 +27,7 @@ steps: FileVersionNumber: '$(version)' InformationalVersion: '$(version)' -- task: SamirBoulema.Vsix-Tools.Vsix-Tools-Update-Version.Vsix-Tools-Update-Version@1 +- task: VsixToolsUpdateVersion@1 displayName: 'Update Vsix Version' inputs: FileName: $(Build.SourcesDirectory)\$(system.teamProject)\source.extension.vsixmanifest