Skip to content
GitLab
菜单
为什么选择 GitLab
定价
联系销售
探索
为什么选择 GitLab
定价
联系销售
探索
登录
获取免费试用
主导航
搜索或转到…
项目
A
aspnetcore
管理
动态
成员
标记
计划
议题
议题看板
里程碑
Wiki
代码
合并请求
仓库
分支
提交
标签
仓库图
比较修订版本
代码片段
构建
流水线
作业
流水线计划
产物
部署
发布
Package registry
Container registry
模型注册表
运维
环境
Terraform 模块
监控
事件
服务台
分析
价值流分析
贡献者分析
CI/CD 分析
仓库分析
模型实验
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为极狐GitLab 提交贡献
提交反馈
隐私声明
快捷键
?
新增功能
4
代码片段
群组
项目
显示更多面包屑
dotnet
aspnetcore
提交
ec828901
未验证
提交
ec828901
编辑于
6 years ago
作者:
Doug Bunting
浏览文件
操作
下载
差异文件
Merge branch 'release/2.1' into release/2.2
- move to latest release/2.2 commit from aspnet/EntityFrameworkCore
上级
f7cb0186
4072f70b
No related branches found
No related tags found
无相关合并请求
变更
3
隐藏空白变更内容
行内
左右并排
显示
3 个更改的文件
.azure/pipelines/e2e-tests.yml
+20
-13
20 个添加, 13 个删除
.azure/pipelines/e2e-tests.yml
.azure/pipelines/jobs/default-build.yml
+9
-15
9 个添加, 15 个删除
.azure/pipelines/jobs/default-build.yml
modules/EntityFrameworkCore
+1
-1
1 个添加, 1 个删除
modules/EntityFrameworkCore
有
30 个添加
和
29 个删除
.azure/pipelines/e2e-tests.yml
+
20
−
13
浏览文件 @
ec828901
trigger
:
none
phases
:
-
phase
:
Host_Windows
queue
:
name
:
Hosted VS2017
parallel
:
8
jobs
:
-
job
:
Host_Windows
pool
:
vmImage
:
vs2017-win2016
strategy
:
maxParallel
:
4
matrix
:
Portable_Node8
:
Test.RuntimeIdentifier
:
none
...
...
@@ -36,6 +38,7 @@ phases:
versionSpec
:
$(Node.Version)
-
powershell
:
|
test/Cli.FunctionalTests/run-tests.ps1 -ci -ProdConManifestUrl $env:PRODCONMANIFESTURL -TestRuntimeIdentifier $(Test.RuntimeIdentifier) -AdditionalRestoreSources $env:ADDITIONALRESTORESOURCES
condition
:
ne(variables['PB_SkipTests'], 'true')
displayName
:
Run E2E tests
-
task
:
PublishTestResults@2
...
...
@@ -44,10 +47,11 @@ phases:
inputs
:
testRunner
:
vstest
testResultsFiles
:
'
artifacts/logs/**/*.trx'
-
phase
:
Host_macOS
queue
:
name
:
Hosted macOS
parallel
:
8
-
job
:
Host_macOS
pool
:
vmImage
:
macOS-10.13
strategy
:
maxParallel
:
8
matrix
:
Portable_Node8
:
Test.RuntimeIdentifier
:
none
...
...
@@ -80,6 +84,7 @@ phases:
versionSpec
:
$(Node.Version)
-
powershell
:
|
test/Cli.FunctionalTests/run-tests.ps1 -ci -ProdConManifestUrl $env:PRODCONMANIFESTURL -TestRuntimeIdentifier $(Test.RuntimeIdentifier) -AdditionalRestoreSources $env:ADDITIONALRESTORESOURCES
condition
:
ne(variables['PB_SkipTests'], 'true')
displayName
:
Run E2E tests
-
task
:
PublishTestResults@2
...
...
@@ -88,10 +93,11 @@ phases:
inputs
:
testRunner
:
vstest
testResultsFiles
:
'
artifacts/logs/**/*.trx'
-
phase
:
Host_Linux
queue
:
name
:
Hosted Linux Preview
parallel
:
8
-
job
:
Host_Linux
pool
:
vmImage
:
ubuntu-16.04
strategy
:
maxParallel
:
4
matrix
:
Portable_Node8
:
Test.RuntimeIdentifier
:
none
...
...
@@ -124,6 +130,7 @@ phases:
versionSpec
:
$(Node.Version)
-
powershell
:
|
test/Cli.FunctionalTests/run-tests.ps1 -ci -ProdConManifestUrl $env:PRODCONMANIFESTURL -TestRuntimeIdentifier $(Test.RuntimeIdentifier) -AdditionalRestoreSources $env:ADDITIONALRESTORESOURCES
condition
:
ne(variables['PB_SkipTests'], 'true')
displayName
:
Run E2E tests
-
task
:
PublishTestResults@2
...
...
此差异已折叠。
点击以展开。
.azure/pipelines/jobs/default-build.yml
+
9
−
15
浏览文件 @
ec828901
...
...
@@ -26,9 +26,9 @@
# variables: { string: string }
# A map of custom variables
# matrix: { string: { string: string } }
# A map of matrix configurations and variables. https://docs.microsoft.com/en-us/
vst
s/pipelines/yaml-schema?view=
vsts#matrix
# A map of matrix configurations and variables. https://docs.microsoft.com/en-us/
azure/devop
s/pipelines/yaml-schema?view=
azure-devops&tabs=schema#job
# dependsOn: string | [ string ]
# For fan-out/fan-in. https://docs.microsoft.com/en-us/
vst
s/pipelines/yaml-schema?view=
vsts#phase
# For fan-out/fan-in. https://docs.microsoft.com/en-us/
azure/devop
s/pipelines/yaml-schema?view=
azure-devops&tabs=schema#job
# codeSign: boolean
# This build definition is enabled for code signing. (Only applies to Windows)
# buildDirectory: string
...
...
@@ -73,22 +73,16 @@ jobs:
${{ if ne(parameters.poolName, '') }}
:
name
:
${{ parameters.poolName }}
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'macOS')) }}
:
${{ if eq(variables['System.TeamProject'], 'internal') }}
:
name
:
Hosted Mac Internal
${{ if ne(variables['System.TeamProject'], 'internal') }}
:
name
:
Hosted macOS
vmImage
:
macOS-10.13
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Linux')) }}
:
${{ if eq(variables['System.TeamProject'], 'internal') }}
:
name
:
dnceng-linux-internal-temp
${{ if ne(variables['System.TeamProject'], 'internal') }}
:
name
:
dnceng-linux-external-temp
vmImage
:
Linux_Ubuntu_16.04
vmImage
:
ubuntu-16.04
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Windows')) }}
:
${{ if eq(variables['System.TeamProject'], 'internal') }}
:
name
:
dotnet-internal-temp
${{ if ne(variables['System.TeamProject'], 'internal') }}
:
name
:
dotnet-external-temp
${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}
:
name
:
NetCorePublic-Int-Pool
queue
:
BuildPool.Windows.10.Amd64.VS2017.Open
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}
:
name
:
NetCoreInternal-Int-Pool
queue
:
BuildPool.Windows.10.Amd64.VS2017
variables
:
AgentOsName
:
${{ parameters.agentOs }}
ASPNETCORE_TEST_LOG_MAXPATH
:
"
200"
# Keep test log file name length low enough for artifact zipping
...
...
此差异已折叠。
点击以展开。
EntityFrameworkCore
@
260b7f4f
比较
d1b10fc6
...
260b7f4f
Subproject commit
d1b10fc6ccca83e29109a0a8d9c047f2e68aede5
Subproject commit
260b7f4fe0e8de07339448b4a2d2e5a10b577946
此差异已折叠。
点击以展开。
预览
0%
加载中
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录