Skip to content

Commit

Permalink
Update azure-pipelines-release.yml fix variable format (#8353)
Browse files Browse the repository at this point in the history
* Update azure-pipelines-release.yml fix variable format

* fix prettier
  • Loading branch information
bschnurr authored Jul 9, 2024
1 parent 8f82d8d commit ed49da5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions build/azuredevops/azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ resources:
name: 1ESPipelineTemplates/MicroBuildTemplate
ref: refs/tags/release
variables:
- SigningType: 'real'
- TeamName: Pyright
- VSIX_NAME: vscode-pyright.vsix
- ARTIFACT_NAME_VSIX: vsix
- name: SigningType
value: 'real'
- name: TeamName
value: Pyright
- name: VSIX_NAME
value: vscode-pyright.vsix
- name: ARTIFACT_NAME_VSIX
value: vsix

extends:
template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
Expand Down

0 comments on commit ed49da5

Please sign in to comment.