Merge branch 'release/3.0-preview3'

This commit is contained in:
Nate McMaster 2019-02-22 15:52:07 -08:00
Родитель ce4813df7d b4570871aa
Коммит 7e1b7b44a1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A778D9601BD78810
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -44,7 +44,6 @@ jobs:
enableTelemetry: true
helixRepo: aspnet/AspNetCore-Tooling
helixType: build.product/
timeoutInMinutes: 180 # increase timeout since BAR publishing might wait a long time
# enableMicrobuild can't be read from a user-defined variable (Azure DevOps limitation)
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
enableMicrobuild: true
@ -74,7 +73,7 @@ jobs:
/p:DotNetPublishToBlobFeed=$(_DotNetPublishToBlobFeed)
variables:
- _DotNetPublishToBlobFeed : false
- _PublishBlobFeedUrl: https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
- _PublishBlobFeedUrl: https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore-tooling/index.json
- _PublishArgs: '/p:PublishToSymbolServer=false /p:PublishToAzure=false'
- _BuildArgs: ''
- _OfficialBuildIdArgs: ''

Просмотреть файл

@ -34,6 +34,7 @@
<PropertyGroup>
<RestoreSources>
$(RestoreSources);
https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json;
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
https://dotnet.myget.org/F/msbuild/api/v3/index.json;