Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Gocke <angocke@microsoft.com>2021-02-26 22:29:22 +0300
committerGitHub <noreply@github.com>2021-02-26 22:29:22 +0300
commit9f96e9e3e6938dc85b13518584a2ab3e7cca5488 (patch)
tree7b4034987f97c5194c00fe73307ed85945870e59 /eng/pipelines/common/templates/runtimes/build-test-job.yml
parent831c061e03ed6a4cca67faa6b5ee3fc281651d80 (diff)
Pass along PGO type and use it in artifacts names (#48171)
Most artifacts produced by the PGO builds should now have 'PGO' prefixes or suffixes to distinguish them.
Diffstat (limited to 'eng/pipelines/common/templates/runtimes/build-test-job.yml')
-rw-r--r--eng/pipelines/common/templates/runtimes/build-test-job.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/pipelines/common/templates/runtimes/build-test-job.yml b/eng/pipelines/common/templates/runtimes/build-test-job.yml
index 65194f18287..14d17b0849b 100644
--- a/eng/pipelines/common/templates/runtimes/build-test-job.yml
+++ b/eng/pipelines/common/templates/runtimes/build-test-job.yml
@@ -24,7 +24,7 @@ parameters:
runtimeVariant: ''
dependsOn: []
dependOnEvaluatePaths: false
- pgoInstrument: false
+ pgoType: ''
### Build managed test components (native components are getting built as part
### of the the product build job).