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:
Diffstat (limited to 'eng/pipelines/runtime-official.yml')
-rw-r--r--eng/pipelines/runtime-official.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml
index cee8a4483fe..8dd4071476e 100644
--- a/eng/pipelines/runtime-official.yml
+++ b/eng/pipelines/runtime-official.yml
@@ -159,6 +159,8 @@ stages:
- tvOS_arm64
- iOS_arm64
- MacCatalyst_x64
+ jobParameters:
+ isOfficialBuild: ${{ variables.isOfficialBuild }}
#
# Build Mono release AOT cross-compilers
@@ -374,6 +376,8 @@ stages:
- windows_x86
- Linux_x64
jobParameters:
+ isOfficialBuild: ${{ variables.isOfficialBuild }}
+ signBinaries: false
testGroup: innerloop
pgoType: 'PGO'