1 parent 310b7e1 commit ee94a04Copy full SHA for ee94a04
1 file changed
Jenkinsfile
@@ -74,7 +74,7 @@ node {
74
bat "IF EXIST ${zipFile} DEL ${zipFile}"
75
bat "IF EXIST ${packageDir} RMDIR /S /Q ${packageDir}"
76
77
- bat "xcopy bin\\x64\\${buildMode} ${packageDir}"
+ bat "xcopy bin\\x64\\${buildMode}\\Concealment.* ${packageDir}"
78
powershell "(Get-Content manifest.xml).Replace('\${VERSION}', [System.Diagnostics.FileVersionInfo]::GetVersionInfo(\"\$PWD\\${packageDir}Concealment.dll\").ProductVersion) | Set-Content \"${packageDir}/manifest.xml\""
79
powershell "Add-Type -Assembly System.IO.Compression.FileSystem; [System.IO.Compression.ZipFile]::CreateFromDirectory(\"\$PWD\\${packageDir}\", \"\$PWD\\${zipFile}\")"
80
archiveArtifacts artifacts: zipFile, caseSensitive: false, onlyIfSuccessful: true
0 commit comments