Deploy resources #139
GitHub Actions / General Unit Tests Results
failed
Nov 17, 2024 in 0s
2 fail, 105 skipped, 4 879 pass in 22s
Annotations
github-actions / General Unit Tests Results
Verifying integrity of module files.Validating PS1 Script files.[internal\functions\publish-d365foresources.ps1] Should have no trailing space failed
TestResults\TEST-FileIntegrity.Tests.xml [took 0s]
Raw output
Expected $null or empty, but got @(175, 177).
at <ScriptBlock>, D:\a\d365fo.tools\d365fo.tools\d365fo.tools\tests\general\FileIntegrity.Tests.ps1: line 45
45: ($file | Select-String "\s$" | Where-Object { $_.Line.Trim().Length -gt 0}).LineNumber | Should -BeNullOrEmpty
github-actions / General Unit Tests Results
Examples from Publish-D365FOResources.Example - Publish-D365FOResources -ResourceTypes Images,Scripts,Styles,Html -PublishingDirectory C:\temp\resources failed
TestResults\TEST-Help.Example.Tests.xml [took 0s]
Raw output
Cannot process argument transformation on parameter 'PublishingDirectory'. Cannot convert value "C:\temp\resources" to type "PSFramework.Parameter.PathDirectoryParameter". Error: "Invalid input: Path does not exist: C:\temp\resources"
at <ScriptBlock>, D:\a\d365fo.tools\d365fo.tools\d365fo.tools\tests\general\Help.Example.Tests.ps1: line 89
89: $result = Invoke-Expression $example
Loading