Skip to content

Commit

Permalink
la la la
Browse files Browse the repository at this point in the history
  • Loading branch information
DHowett committed Sep 18, 2024
1 parent 5576203 commit 29bc72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ extends:
# - Bootstrapper Installer

- pwsh: |-
nuget install Microsoft.Windows.Terminal.Versioning -OutputDirectory _versioning -Source https://pkgs.dev.azure.com/shine-oss/terminal/_packaging/TerminalDependencies/nuget/v3/index.json
nuget install Microsoft.Windows.Terminal.Versioning -OutputDirectory _versioning
$VersionRoot = (Get-Item _versioning\Microsoft.Windows.*).FullName
& "$VersionRoot\build\Setup.ps1" -ProjectDirectory "$(Build.SourcesDirectory)" -Verbose
displayName: Set up versioning via M.W.T.V
Expand Down

0 comments on commit 29bc72d

Please sign in to comment.