Fix pipeline issue

This commit is contained in:
RyanUnderhill 2020-01-21 11:14:05 -08:00 committed by Ryan Hill
parent 9fec34ddab
commit 5ecabe1b15
2 changed files with 4 additions and 0 deletions

View file

@ -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:

View file

@ -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: