You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add Get-NovaPackageUploadFileInfo function for package file info retrieval
- Introduce Get-NovaPackageUploadOutputDirectoryFileList for file listing in output directory
- Create Get-NovaPackageUploadRequestedTypeList to filter requested package types
- Update ResolveNovaPackageUploadExplicitFile and ResolveNovaPackageUploadOutputFileList to utilize new functions
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseSingularNouns','', Justification ='Package upload output directory file list is the domain term represented by this helper.')]
Stop-NovaOperation-Message "Package file not found for package type '$PackageType' in '$OutputDirectory'. Expected pattern: $SearchPattern. Run New-NovaModulePackage first or provide -PackagePath."-ErrorId 'Nova.Workflow.PackageOutputArtifactNotFound'-Category InvalidOperation -TargetObject $PackageType
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseSingularNouns','', Justification ='Package upload requested type list is the domain term represented by this helper.')]
if (-not (Test-Path-LiteralPath $outputDirectory-PathType Container)) {
11
12
Stop-NovaOperation-Message "Package output directory not found: $outputDirectory. Run New-NovaModulePackage first or provide -PackagePath."-ErrorId 'Nova.Environment.PackageOutputDirectoryNotFound'-Category ObjectNotFound -TargetObject $outputDirectory
Stop-NovaOperation-Message "Package file not found for package type '$PackageType' in '$OutputDirectory'. Expected pattern: $searchPattern. Run New-NovaModulePackage first or provide -PackagePath."-ErrorId 'Nova.Workflow.PackageOutputArtifactNotFound'-Category InvalidOperation -TargetObject $PackageType
0 commit comments