Skip to content

Commit 31890e4

Browse files
author
Aditya Narayan
committed
input file path is not required for artifactory uploader
1 parent a9b97b5 commit 31890e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/LCT.Common/CommonAppSettings.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,7 @@ public string InputFolder
234234
folderAction.ValidateFolderPath(value);
235235
m_InputFolder = value;
236236
}
237-
else if (AppDomain.CurrentDomain.FriendlyName.Contains("SW360PackageCreator") ||
238-
AppDomain.CurrentDomain.FriendlyName.Contains("ArtifactoryUploader"))
237+
else if (AppDomain.CurrentDomain.FriendlyName.Contains("SW360PackageCreator"))
239238
{
240239
fileOperations.ValidateFilePath(value);
241240
m_InputFolder = value;

0 commit comments

Comments
 (0)