Skip to content

Commit 89913a0

Browse files
committed
Merge pull request #6 from csMACnz/master
Forgot the master downstream merge
2 parents b45abdb + 25452f9 commit 89913a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.tasks.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ task archive-only {
147147

148148
mkdir $archive_dir
149149

150-
cp "$build_output_dir\PublishCoverity.exe" "$archive_dir"
150+
cp "$build_output_dir\*.*" "$archive_dir"
151151

152152
Write-Zip -Path "$archive_dir\*" -OutputPath $archive_filename
153153
}
@@ -159,7 +159,7 @@ task pack-only -depends SetChocolateyPath {
159159
mkdir $nuget_pack_dir
160160
cp "$nuspec_filename" "$nuget_pack_dir"
161161

162-
cp "$build_output_dir\PublishCoverity.exe" "$nuget_pack_dir"
162+
cp "$build_output_dir\*.*" "$nuget_pack_dir"
163163

164164
$Spec = [xml](get-content "$nuget_pack_dir\$nuspec_filename")
165165
$Spec.package.metadata.version = ([string]$Spec.package.metadata.version).Replace("{Version}", $script:nugetVersion)

0 commit comments

Comments
 (0)