Skip to content

Commit ef952b7

Browse files
committed
Update smoke-test nuget.config and update SourceDirectories
1 parent 7e1c4d3 commit ef952b7

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

repos/aspnetcore.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SourceDirectory>aspnetcore</SourceDirectory>
3+
<SourceDirectory>dotnet-aspnetcore</SourceDirectory>
44
</PropertyGroup>
55

66
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />

repos/installer.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SourceDirectory>installer</SourceDirectory>
3+
<SourceDirectory>dotnet-installer</SourceDirectory>
44
</PropertyGroup>
55

66
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />

repos/sdk.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SourceDirectory>sdk</SourceDirectory>
3+
<SourceDirectory>dotnet-sdk</SourceDirectory>
44
</PropertyGroup>
55

66
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />

smoke-testNuGet.Config

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
66
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
7-
<add key="darc-pub-dotnet-templating-3198063" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-31980633/nuget/v3/index.json" />
8-
<add key="darc-pub-dotnet-msbuild-126527f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-msbuild-126527ff/nuget/v3/index.json" />
7+
<!-- Begin: Package sources from dotnet-msbuild -->
8+
<add key="darc-pub-dotnet-msbuild-39993bd" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-msbuild-39993bd9/nuget/v3/index.json" />
9+
<!-- End: Package sources from dotnet-msbuild -->
10+
<!-- Begin: Package sources from dotnet-templating -->
11+
<add key="darc-pub-dotnet-templating-5a9a6d5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-5a9a6d5f/nuget/v3/index.json" />
12+
<!-- End: Package sources from dotnet-templating -->
913
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1014
<add key="source-built-packages" value="SOURCE_BUILT_PACKAGES" />
1115
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />

0 commit comments

Comments
 (0)