diff --git a/tools/ci_build/github/azure-pipelines/templates/win-ci.yml b/tools/ci_build/github/azure-pipelines/templates/win-ci.yml index 92ebe320a2..faaee4ec03 100644 --- a/tools/ci_build/github/azure-pipelines/templates/win-ci.yml +++ b/tools/ci_build/github/azure-pipelines/templates/win-ci.yml @@ -42,6 +42,8 @@ jobs: New-Item -Path "$(Build.SourcesDirectory)\include\onnxruntime\core\platform\windows\TraceLoggingConfigPrivate.h" -ItemType "file" -Value "$fileContent" -Force } displayName: 'Create TraceLoggingConfigPrivate.h For WinML Telemetry' + env: + TELEMETRYGUID: $(TELEMETRYGUID) - template: set-test-data-variables-step.yml - template: windows-build-tools-setup-steps.yml parameters: diff --git a/tools/ci_build/github/azure-pipelines/templates/win-x86-ci.yml b/tools/ci_build/github/azure-pipelines/templates/win-x86-ci.yml index a58ec9a826..43cb55a827 100644 --- a/tools/ci_build/github/azure-pipelines/templates/win-x86-ci.yml +++ b/tools/ci_build/github/azure-pipelines/templates/win-x86-ci.yml @@ -42,6 +42,8 @@ jobs: New-Item -Path "$(Build.SourcesDirectory)\include\onnxruntime\core\platform\windows\TraceLoggingConfigPrivate.h" -ItemType "file" -Value "$fileContent" -Force } displayName: 'Create TraceLoggingConfigPrivate.h For WinML Telemetry' + env: + TELEMETRYGUID: $(TELEMETRYGUID) - template: set-test-data-variables-step.yml - template: windows-build-tools-setup-steps.yml parameters: