Skip to content

Commit

Permalink
Azure Pipelines: fix missing task
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Sep 26, 2018
1 parent d72c351 commit 24b2456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -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
Expand Down

0 comments on commit 24b2456

Please sign in to comment.