File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -178,11 +178,11 @@ task createModule {
178
178
}
179
179
180
180
CopyToDestinationDir $itemsToCopyBinaries $destinationDirBinaries
181
- }
182
181
183
- # copy newtonsoft dll if net451 framework
184
- if ($Framework -eq " net451" ) {
185
- copy-item - path " $solutionDir \Rules\bin\$Configuration \$Framework \Newtonsoft.Json.dll" - Destination $destinationDirBinaries
182
+ # copy newtonsoft dll if net451 framework
183
+ if ($Framework -eq " net451" ) {
184
+ copy-item - path " $solutionDir \Rules\bin\$Configuration \$Framework \Newtonsoft.Json.dll" - Destination $destinationDirBinaries
185
+ }
186
186
}
187
187
}
188
188
@@ -246,7 +246,7 @@ task uninstall -if {Test-PSSADestModulePath} {
246
246
Remove-Item - Force - Recurse $pssaDestModulePath
247
247
}
248
248
249
- task install - if {Test-Path $modulePath } uninstall, {
249
+ task install - if {Test-Path $modulePath } uninstall, {
250
250
Copy-Item `
251
251
- Recurse `
252
252
- Path $modulePath `
You can’t perform that action at this time.
0 commit comments