Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

snnn
Copy link
Member

@snnn snnn commented Jun 12, 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.

Motivation and Context

@snnn snnn requested a review from a team as a code owner June 12, 2024 13:44
@snnn snnn force-pushed the snnn/patch-3333 branch from 44ce3c9 to a86a3e6 Compare June 12, 2024 13:47
@snnn snnn merged commit 99f0fe3 into microsoft:main Jun 12, 2024
95 checks passed
@snnn snnn deleted the snnn/patch-3333 branch June 12, 2024 16:44
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.
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.
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