Skip to content

Commit 9bad66c

Browse files
committed
Next attempt to nuget scripttoprocess wankery
1 parent 789dcbf commit 9bad66c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UiPath.PowerShell.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<files>
1818
<file src="Output\Release\net472\*.*" target="lib\net472" exclude="**\*Test*;**\*.psd1;**\*.ps1" />
1919
<file src="Output\Release\net472\UiPath.PowerShell.psd1" target="" exclude="" />
20-
<file src="Output\Release\net472\UiPath.BindingResolve.ps1" target="tools" exclude="" />
20+
<file src="Output\Release\net472\UiPath.BindingResolve.ps1" target="" exclude="" />
2121
</files>
2222
</package>

UiPath.PowerShell/UiPath.PowerShell.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ CLRVersion = '4.0'
5757
#RequiredAssemblies = @()
5858

5959
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60-
ScriptsToProcess = @('tools\UiPath.BindingResolve.ps1')
60+
ScriptsToProcess = @('UiPath.BindingResolve.ps1')
6161

6262
# Type files (.ps1xml) to be loaded when importing this module
6363
# TypesToProcess = @()

0 commit comments

Comments
 (0)