Skip to content

Commit

Permalink
relax restrictions on publishing directory to enable unit tests where…
Browse files Browse the repository at this point in the history
… the example directory does not exist
  • Loading branch information
FH-Inway committed Nov 17, 2024
1 parent 249db6a commit 4f1463c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions d365fo.tools/internal/functions/publish-d365foresources.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


<#
.SYNOPSIS
Publish resources
Expand Down Expand Up @@ -33,7 +33,7 @@ function Publish-D365FOResources {
[string[]] $ResourceTypes,

[Parameter(Mandatory = $true)]
[PsfDirectory] $PublishingDirectory,
[PsfDirectoryLax] $PublishingDirectory,

[Parameter(Mandatory = $false)]
[PsfDirectory] $PackageDirectory = $Script:PackageDirectory,
Expand Down

0 comments on commit 4f1463c

Please sign in to comment.