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/common/xplat-setup.yml')
-rw-r--r--eng/pipelines/common/xplat-setup.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/eng/pipelines/common/xplat-setup.yml b/eng/pipelines/common/xplat-setup.yml
index c8043098c31..f82aaa8f5ee 100644
--- a/eng/pipelines/common/xplat-setup.yml
+++ b/eng/pipelines/common/xplat-setup.yml
@@ -50,11 +50,7 @@ jobs:
value: $(buildConfigUpper)
- name: _runSmokeTestsOnlyArg
- ${{ if ne(variables['nonPRBuild'], true) }}:
- value: /p:RunSmokeTestsOnly=true
- ${{ if eq(variables['nonPRBuild'], true) }}:
- value: ''
-
+ value: '/p:RunSmokeTestsOnly=$(isNotFullMatrix)'
- ${{ if or(eq(parameters.osGroup, 'windows'), eq(parameters.hostedOs, 'windows')) }}:
- name: archiveExtension
value: '.zip'