File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 22
22
<add key =" dotnet-public" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public%40Local/nuget/v3/index.json" />
23
23
<add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
24
24
</packageSources >
25
- <disabledPackageSources >
26
- <!-- Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
27
- <!-- Begin: Package sources from dotnet-aspnetcore -->
28
- <add key =" darc-int-dotnet-aspnetcore-440dadc" value =" true" />
29
- <!-- End: Package sources from dotnet-aspnetcore -->
30
- <!-- Begin: Package sources from dotnet-aspnetcore-tooling -->
31
- <add key =" darc-int-dotnet-aspnetcore-tooling-aec2954" value =" true" />
32
- <!-- End: Package sources from dotnet-aspnetcore-tooling -->
33
- <!-- Begin: Package sources from dotnet-core-setup -->
34
- <add key =" darc-int-dotnet-core-setup-826c2c2" value =" true" />
35
- <!-- End: Package sources from dotnet-core-setup -->
36
- <!-- Begin: Package sources from dotnet-extensions -->
37
- <add key =" darc-int-dotnet-extensions-1c79cde" value =" true" />
38
- <!-- End: Package sources from dotnet-extensions -->
39
- <!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
40
- </disabledPackageSources >
41
25
</configuration >
Original file line number Diff line number Diff line change 57
57
<EnvironmentVariables Include =" DotNetPackageVersionPropsPath=$(PackageVersionPropsPath)" />
58
58
</ItemGroup >
59
59
60
- <ItemGroup Condition =" '$(OfflineBuild)' != 'true'" >
61
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 3.1.14" />
62
- </ItemGroup >
63
-
64
60
<Target Name =" SetOutputList" AfterTargets =" Package" BeforeTargets =" GatherBuiltPackages" >
65
61
<ItemGroup >
66
62
<PackagesOutputList Include =" $(ShippingPackagesOutput)" />
You can’t perform that action at this time.
0 commit comments