We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b97b5 commit 31890e4Copy full SHA for 31890e4
src/LCT.Common/CommonAppSettings.cs
@@ -234,8 +234,7 @@ public string InputFolder
234
folderAction.ValidateFolderPath(value);
235
m_InputFolder = value;
236
}
237
- else if (AppDomain.CurrentDomain.FriendlyName.Contains("SW360PackageCreator") ||
238
- AppDomain.CurrentDomain.FriendlyName.Contains("ArtifactoryUploader"))
+ else if (AppDomain.CurrentDomain.FriendlyName.Contains("SW360PackageCreator"))
239
{
240
fileOperations.ValidateFilePath(value);
241
0 commit comments