Merge pull request #12061 from dotnet/marcpopMSFT-removeES
Update .vsts-ci.yml
This commit is contained in:
commit
3eea30ecb7
1 changed files with 0 additions and 6 deletions
|
@ -69,12 +69,6 @@ stages:
|
||||||
_DOTNET_CLI_UI_LANGUAGE: ''
|
_DOTNET_CLI_UI_LANGUAGE: ''
|
||||||
_AdditionalBuildParameters: ''
|
_AdditionalBuildParameters: ''
|
||||||
_TestArg: $(_WindowsTestArg)
|
_TestArg: $(_WindowsTestArg)
|
||||||
Build_ES_Debug_x64:
|
|
||||||
_BuildConfig: Debug
|
|
||||||
_BuildArchitecture: x64
|
|
||||||
_DOTNET_CLI_UI_LANGUAGE: es
|
|
||||||
_AdditionalBuildParameters: ''
|
|
||||||
_TestArg: $(_WindowsTestArg)
|
|
||||||
# Internal-only builds
|
# Internal-only builds
|
||||||
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
Build_Release_x86:
|
Build_Release_x86:
|
||||||
|
|
Loading…
Reference in a new issue