We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f02e61 commit 602a706Copy full SHA for 602a706
.build.ps1
@@ -173,9 +173,12 @@ task createModule {
173
elseif ($Configuration -match 'PSv3') {
174
$destinationDirBinaries = "$destinationDir\PSv3"
175
}
176
- }
+ else {
177
+ $destinationDirBinaries = $destinationDir
178
+ }
179
- CopyToDestinationDir $itemsToCopyBinaries $destinationDirBinaries
180
+ CopyToDestinationDir $itemsToCopyBinaries $destinationDirBinaries
181
182
183
# copy newtonsoft dll if net451 framework
184
if ($Framework -eq "net451") {
0 commit comments