Skip to content

Commit efefd7a

Browse files
committed
Merged PR 12557: [internal/release/2.1] Update feeds
- updated sources.props
1 parent 1e01d4f commit efefd7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/sources.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</RestoreSources>
1111
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true'">
1212
$(RestoreSources);
13-
https://api.nuget.org/v3/index.json;
13+
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
1414
</RestoreSources>
1515
</PropertyGroup>
1616
</Project>

build/templates/default-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ jobs:
8585
BuildScriptArgs: ${{ parameters.buildArgs }}
8686
BuildConfiguration: ${{ parameters.configuration }}
8787
VSTS_OVERWRITE_TEMP: false # Workaround for https://github.com/dotnet/core-eng/issues/2812
88+
TeamName: AspNetCore
8889
${{ if or(ne(parameters.codeSign, 'true'), ne(variables['System.TeamProject'], 'internal'), in(variables['Build.Reason'], 'PullRequest')) }}:
8990
_SignType:
9091
${{ if and(eq(parameters.codeSign, 'true'), eq(variables['System.TeamProject'], 'internal'), notin(variables['Build.Reason'], 'PullRequest')) }}:
91-
TeamName: AspNetCore
9292
_SignType: real
9393
${{ insert }}: ${{ parameters.variables }}
9494
steps:

0 commit comments

Comments
 (0)