microsoft/TypeAgent

Public

mirrored from https://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
player-visuals

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

pipelines/include-update-package-version.yml

16lines · modepreview

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

# include-update-package-version

parameters:
  - name: buildDirectory
    type: string
  - name: prerelease
    type: string

steps:
  - script: |
      pnpm -r exec node "$(Build.SourcesDirectory)/pipelines/scripts/updatePackageVersion.js" "${{ parameters.prerelease }}"
    displayName: "Update Package Version"
    workingDirectory: ${{ parameters.buildDirectory }}