Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit f9e1478

Browse files
committed
Stop using Bump-Version.ps1 in azure-pipelines.yml
1 parent 44b7325 commit f9e1478

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ jobs:
4646
- script: tools\nuget\nuget.exe restore $(essentialsSolution)
4747
displayName: NuGet restore $(essentialsSolution)
4848

49-
# Ideally we'd run NerdBank.GitVersioning but that will come later. For now bump the
50-
# version with the azure BuildId
51-
- task: PowerShell@2
52-
displayName: Bump version
53-
inputs:
54-
targetType: filePath
55-
filePath: '$(Build.SourcesDirectory)\scripts\Bump-Version.ps1'
56-
arguments: -BumpBuild -BuildNumber:$(Build.BuildId)
57-
5849
- pwsh: mkdir $(ArtifactDirectory) -Force
5950
displayName: Create VSIX staging directory
6051

0 commit comments

Comments
 (0)