File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,6 @@ build_script:
3232 tests\build-and-test.bat %PLATFORM% %CONFIGURATION%
3333
3434artifacts :
35- - path : ' sakura-*$(platform)-$(configuration)*.zip'
35+ - path : ' sakura-*$(platform)-$(configuration)*.zip'
36+ - path : ' sakura-*$(platform)-$(configuration)*.zip.md5'
37+ - path : ' sha256.txt'
Original file line number Diff line number Diff line change @@ -292,6 +292,13 @@ if exist "%WORKDIR_ASM%" (
292292 rmdir /s /q " %WORKDIR_ASM% "
293293)
294294
295+
296+ @ echo start generate MD5 hash
297+ certutil -hashfile %OUTFILE_EXE% MD5 | find /v " MD5" | find /v " CertUtil" > %OUTFILE_EXE% .md5
298+ certutil -hashfile %OUTFILE_INST% MD5 | find /v " MD5" | find /v " CertUtil" > %OUTFILE_INST% .md5
299+ @ echo end generate MD5 hash
300+
301+
295302exit /b 0
296303
297304@ rem ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments