Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit e3c7f2c

Browse files
committed
Merge in 'release/2.1' changes
2 parents 4e3767f + 2c90977 commit e3c7f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<Target Name="RestoreOptData" Condition="'$(RestoreDuringBuild)'=='true' and '$(BuildType)'=='Release'">
3838
<PropertyGroup>
39-
<_OptimizationDataFeed Condition="'$(DotNetBuildOffline)' != 'true'">--source https://dotnet.myget.org/F/dotnet-core-optimization-data/api/v3/index.json</_OptimizationDataFeed>
39+
<_OptimizationDataFeed Condition="'$(DotNetBuildOffline)' != 'true'">--source https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json</_OptimizationDataFeed>
4040
</PropertyGroup>
4141

4242
<Exec Command="$(DotnetRestoreCommand) $(_OptimizationDataFeed) $(SourceDir).nuget/optdata/optdata.csproj"

0 commit comments

Comments
 (0)