Skip to content

Fix a few issues in "Zip-Nuget-Java-Nodejs Packaging Pipeline" - #21014

Merged
snnn (snnn) merged 1 commit into
microsoft:mainfrom
snnn:snnn/patch-3333
Jun 12, 2024
Merged

Fix a few issues in "Zip-Nuget-Java-Nodejs Packaging Pipeline"#21014
snnn (snnn) merged 1 commit into
microsoft:mainfrom
snnn:snnn/patch-3333

Conversation

@snnn

@snnn snnn (snnn) commented Jun 12, 2024

Copy link
Copy Markdown
Contributor

Description

Fix a few issues in the Windows TRT job in "Zip-Nuget-Java-Nodejs Packaging Pipeline":

  1. It is a Windows job. It should not use bash(which is usually not available on Windows).
  2. When it sets ADO vars, it missed a semicolon

Here is the doc of how to set ADO vars via scripts: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/set-variables-scripts?view=azure-devops&tabs=bash

You could see it needs a semicolon . Without the semicolon , the vars will have an extra quotation mark in their values.

Motivation and Context

@snnn
snnn (snnn) requested a review from a team June 12, 2024 13:44
@snnn
snnn (snnn) merged commit 99f0fe3 into microsoft:main Jun 12, 2024
@snnn
snnn (snnn) deleted the snnn/patch-3333 branch June 12, 2024 16:44
Yifan Li (yf711) pushed a commit that referenced this pull request Jun 18, 2024
### Description
Fix a few issues in the Windows TRT job in "Zip-Nuget-Java-Nodejs
Packaging Pipeline":
1. It is a Windows job. It should not use bash(which is usually not
available on Windows).
2. When it sets ADO vars, it missed a semicolon 

Here is the doc of how to set ADO vars via scripts:
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/set-variables-scripts?view=azure-devops&tabs=bash

You could see it needs a semicolon . Without the semicolon , the vars
will have an extra quotation mark in their values.
Baiju Meswani (baijumeswani) pushed a commit that referenced this pull request Jun 18, 2024
### Description
Fix a few issues in the Windows TRT job in "Zip-Nuget-Java-Nodejs
Packaging Pipeline":
1. It is a Windows job. It should not use bash(which is usually not
available on Windows).
2. When it sets ADO vars, it missed a semicolon 

Here is the doc of how to set ADO vars via scripts:
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/set-variables-scripts?view=azure-devops&tabs=bash

You could see it needs a semicolon . Without the semicolon , the vars
will have an extra quotation mark in their values.
Baiju Meswani (baijumeswani) pushed a commit that referenced this pull request Jun 20, 2024
### Description
Fix a few issues in the Windows TRT job in "Zip-Nuget-Java-Nodejs
Packaging Pipeline":
1. It is a Windows job. It should not use bash(which is usually not
available on Windows).
2. When it sets ADO vars, it missed a semicolon 

Here is the doc of how to set ADO vars via scripts:
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/set-variables-scripts?view=azure-devops&tabs=bash

You could see it needs a semicolon . Without the semicolon , the vars
will have an extra quotation mark in their values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants