Skip to content

Commit

Permalink
Updated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ragavareddychalapala committed Jan 24, 2025
1 parent f5cf5c6 commit 2f802fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/LCT.Common/CommonAppSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,12 @@ public string InputFolder
folderAction.ValidateFolderPath(value);
m_InputFolder = value;
}

else if (AppDomain.CurrentDomain.FriendlyName.Contains("SW360PackageCreator") ||
AppDomain.CurrentDomain.FriendlyName.Contains("ArtifactoryUploader"))
{
fileOperations.ValidateFilePath(value);
m_InputFolder = value;
}
}
}

Expand Down

0 comments on commit 2f802fa

Please sign in to comment.