Skip to content

Commit

Permalink
Fixed azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Mar 10, 2020
1 parent 2470656 commit 26b483a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
- task: PowerShell@2
inputs:
targetType: 'inline'
script: '((Get-Content -path ./Ocaramba.Templates.VSIX/source.extension.vsixmanifest -Raw) -replace ''Version="\d\.\d Language"'',''Version="$(templateVersion)" Language'') | Set-Content -Path ./Ocaramba.Templates.VSIX/source.extension.vsixmanifest'
script: '((Get-Content -path ./Ocaramba.Templates.VSIX/source.extension.vsixmanifest -Raw) -replace ''Version="\d\.\d" Language'',''Version="$(templateVersion)" Language'') | Set-Content -Path ./Ocaramba.Templates.VSIX/source.extension.vsixmanifest'
- task: NuGetCommand@2
inputs:
command: 'restore'
Expand Down

0 comments on commit 26b483a

Please sign in to comment.