We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80ffb7 commit 712c9a3Copy full SHA for 712c9a3
1 file changed
repoTools/CreateReleaseFile.ps1
@@ -24,7 +24,7 @@ Param(
24
[String]$ReleaseDir="\release"
25
[String]$OutFileName="$($ReleaseName)_v$($ReleaseVersion).zip"
26
[String[]]$CompressFiles = @(
27
- "$($RepoDir)$($SrcDir)\*.*",
+ "$($RepoDir)$($SrcDir)\*",
28
"$($RepoDir)\LICENSE.md",
29
"$($RepoDir)\DISCLAIMER.md"
30
)
0 commit comments