Skip to content

Commit

Permalink
Updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMpn committed Apr 29, 2023
1 parent 0357663 commit 41c437f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ steps:
displayName: Install GitVersion
inputs:
command: custom
arguments: install GitVersion.CommandLine -Version 4.0.0 -OutputDirectory $(Build.BinariesDirectory)/tools -ExcludeVersion
arguments: install GitVersion.CommandLine -Version 5.12.0 -OutputDirectory $(Build.BinariesDirectory)/tools -ExcludeVersion

- script: $(Build.BinariesDirectory)/tools/GitVersion.CommandLine/tools/GitVersion.exe /output buildserver /nofetch /updateassemblyinfo /updateprojectfiles
displayName: Determine Version
- script: $(Build.BinariesDirectory)/tools/GitVersion.CommandLine/tools/GitVersion.exe /output buildserver /nofetch /updateassemblyinfo
displayName: Determine Version (NetFX)

- script: $(Build.BinariesDirectory)/tools/GitVersion.CommandLine/tools/GitVersion.exe /output buildserver /nofetch /updateprojectfiles
displayName: Determine Version (NetCore)

- task: PowerShell@2
displayName: Update version in the vsix manifest
Expand Down

0 comments on commit 41c437f

Please sign in to comment.