Skip to content

Commit

Permalink
Dependency of ProjectType in Creator
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumanth Kb committed Apr 23, 2024
1 parent 9684521 commit c51028e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/LCT.SW360PackageCreator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ static async Task Main(string[] args)

Logger.Logger.Log(null, Level.Notice, $"\n====================<<<<< Package creator >>>>>====================", null);
Logger.Logger.Log(null, Level.Notice, $"\nStart of Package creator execution : {DateTime.Now}", null);
if (appSettings.ProjectType?.ToUpperInvariant() == "ALPINE")
{
Logger.Error($"\nPlease note that the Alpine feature is currently in preview state. This means it's available for testing and evaluation purposes. While functional, it may not yet include all planned features and could encounter occasional issues. Your feedback during this preview phase is appreciated as we work towards its official release. Thank you for exploring Alpine with us.");
}

if (appSettings.IsTestMode)
Logger.Logger.Log(null, Level.Alert, $"Package creator is running in TEST mode \n", null);
Expand Down

0 comments on commit c51028e

Please sign in to comment.