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/libraries/base-job.yml')
-rw-r--r--eng/pipelines/libraries/base-job.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/pipelines/libraries/base-job.yml b/eng/pipelines/libraries/base-job.yml
index 7a034f5ee4a..452de634be2 100644
--- a/eng/pipelines/libraries/base-job.yml
+++ b/eng/pipelines/libraries/base-job.yml
@@ -102,11 +102,11 @@ jobs:
- _testRunNamePrefixSuffix: ${{ parameters.testDisplayName }}
# Windows variables
- - ${{ if eq(parameters.osGroup, 'Windows_NT') }}:
+ - ${{ if eq(parameters.osGroup, 'windows') }}:
- _runtimeOSArg: /p:RuntimeOS=win10
# Non-Windows variables
- - ${{ if ne(parameters.osGroup, 'Windows_NT') }}:
+ - ${{ if ne(parameters.osGroup, 'windows') }}:
- _buildScript: ./$(_buildScriptFileName)$(scriptExt)
- _buildArguments: $(_runtimeConfigurationArg) -configuration ${{ parameters.buildConfig }} -ci -arch ${{ parameters.archType }} $(_finalFrameworkArg) $(_testModeArg) $(_testScopeArg) $(_runtimeOSArg) $(_msbuildCommonParameters) $(_runtimeArtifactsPathArg) $(_crossBuildPropertyArg)