Skip to content

Commit cada9e8

Browse files
authored
add log (#2591)
1 parent 918b472 commit cada9e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/BuildScriptGenerator/DefaultPlatformsInformationProvider.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ public IEnumerable<PlatformInfo> GetPlatformsInfo(RepositoryContext context)
3737
{
3838
var platformInfos = new List<PlatformInfo>();
3939

40+
this.outputWriter.WriteLine($"Primary SDK Storage URL: {this.commonOptions.OryxSdkStorageBaseUrl}");
41+
this.outputWriter.WriteLine($"Backup SDK Storage URL: {this.commonOptions.OryxSdkStorageBackupBaseUrl}");
42+
4043
// Try detecting ALL platforms since in some scenarios this is required.
4144
// For example, in case of a multi-platform app like ASP.NET Core + NodeJs, we might need to dynamically
4245
// install both these platforms' sdks before actually using any of their commands. So even though a user

0 commit comments

Comments
 (0)