onnxruntime/tools/ci_build/github/windows
Changming Sun a8ad0edbeb
BUG FIX: the if...else in telemetry-steps.yml does not really work (#14972)
### Description
BUG FIX: the if...else in telemetry-steps.yml does not really work. It
always says "Telemetry is disabled." even through the pipeline doesn't
have the pipeline variable.

### Motivation and Context
For example, recently I setup a new pipeline in
https://dev.azure.com/onnxruntime/onnxruntime/_build without setting the
ADO variable, but the powershell code still thinks that we have enabled
telemetry.

See:

https://dev.azure.com/onnxruntime/onnxruntime/_build/results?buildId=910107&view=results

The reason it didn't work because when the pipeline
variable("TELEMETRYGUID") doesn't exist,  the occurrence of
 "$(TELEMETRYGUID)" would be not replace to anything. It will remain as
it is.
2023-03-10 15:39:07 -08:00
..
eager Update torch in eager mode CI pipeline (#14094) 2023-01-06 11:46:44 -08:00
post_to_dashboard Pin version of post to dashboard scripts' dependencies and update them to work with recent version. (#10353) 2022-01-21 19:35:58 -08:00
bundle_dlls_gpu.bat
bundle_nuget_with_native_headers.bat Add TRT header file to ORT GPU nuget package (#8962) 2021-09-07 09:50:09 -07:00
extract_nuget_files.ps1 Patch Protobuf and ONNX's cmake files and enforce BinSkim check (#13694) 2022-11-18 10:09:47 -08:00
extract_nuget_files_gpu.ps1 Patch Protobuf and ONNX's cmake files and enforce BinSkim check (#13694) 2022-11-18 10:09:47 -08:00
extract_zip_files_gpu.ps1 Fix issue of GPU tarball/zip/java package (#8850) 2021-08-26 10:16:16 -07:00
helpers.ps1 upgrade protobuf to 3.20.2 and onnx to 1.13 (#14279) 2023-01-31 12:55:09 -08:00
install_third_party_deps.ps1 upgrade protobuf to 3.20.2 and onnx to 1.13 (#14279) 2023-01-31 12:55:09 -08:00
jar_gpu_packaging.ps1
jar_packaging.ps1 remove wrong placed libs (#12201) 2022-07-18 09:22:22 -07:00
post_binary_sizes_to_dashboard.py Replace the occurrences of "master" to "main" in yaml files (#12534) 2022-08-09 22:03:21 -07:00
post_code_coverage_to_dashboard.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
set_telemetry_var.ps1 BUG FIX: the if...else in telemetry-steps.yml does not really work (#14972) 2023-03-10 15:39:07 -08:00
setup_env.bat Add license header to some files. (#13074) 2022-09-23 18:46:02 -07:00
setup_env_azure.bat Rename CloudEP to AzureEP (#14175) 2023-01-11 12:25:04 -08:00
setup_env_cuda_11.bat Add license header to some files. (#13074) 2022-09-23 18:46:02 -07:00
setup_env_gpu.bat [TensorRT EP] support TensorRT 8.5 (#13867) 2022-12-14 13:06:03 -08:00
setup_env_trt.bat Move build machines with Nvidia M60 GPUs to Nvidia T4 (#13170) 2022-10-25 11:21:13 -07:00
setup_env_x86.bat Add license header to some files. (#13074) 2022-09-23 18:46:02 -07:00