Add speech-processor.js to .zip file (#47)
* Add speech-processor.js to .zip file * And add to the REDIST.txt
This commit is contained in:
Родитель
6833908e0a
Коммит
b292b6cedb
|
@ -4,5 +4,6 @@ Services Speech SDK for JavaScript, subject to its license:
|
|||
microsoft.cognitiveservices.speech.sdk.bundle.js
|
||||
microsoft.cognitiveservices.speech.sdk.bundle-min.js
|
||||
microsoft-cognitiveservices-speech-sdk NPM library
|
||||
speech-processor.js
|
||||
|
||||
Depending on your usage, you only need to redistribute a subset of the above.
|
||||
|
|
|
@ -69,7 +69,7 @@ jobs:
|
|||
mkdir -p "$PACKAGE_OUT" "$ZIP_OUT"
|
||||
cp --preserve "$PACKAGE_IN" "$PACKAGE_OUT"
|
||||
echo SRI hash for microsoft.cognitiveservices.speech.sdk.bundle.js: sha512-"$(openssl dgst -sha512 -binary distrib/browser/microsoft.cognitiveservices.speech.sdk.bundle.js | openssl base64 -A)"
|
||||
cp --preserve LICENSE REDIST.txt distrib/browser/microsoft.cognitiveservices.speech.sdk.bundle.* distrib/browser/microsoft.cognitiveservices.speech.sdk.bundle-min.* "$ZIP_OUT"
|
||||
cp --preserve LICENSE REDIST.txt distrib/browser/microsoft.cognitiveservices.speech.sdk.bundle.* distrib/browser/microsoft.cognitiveservices.speech.sdk.bundle-min.* distrib/browser/speech-processor.js "$ZIP_OUT"
|
||||
displayName: Create drop
|
||||
- task: ArchiveFiles@2
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче