File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,9 @@ runs:
165
165
--target-path "$OUTPUT_FOLDER" \
166
166
--version "${{inputs.BUILD_VERSION}}" \
167
167
--wallet "$WALLET_FILE" \
168
- --wallet-password "${{ inputs.NPM_CONTENT_PACKAGE_WALLET_PASSWORD }}"
168
+ --wallet-password "${{ inputs.NPM_CONTENT_PACKAGE_WALLET_PASSWORD }}" \
169
+ --optimise \
170
+ --warnings-as-error
169
171
env:
170
172
SOURCE_FOLDER: "${{github.workspace}}/src/dist"
171
173
OUTPUT_FOLDER: "${{github.workspace}}/dist"
@@ -214,7 +216,8 @@ runs:
214
216
--package "$PACKAGE_FILENAME" \
215
217
--package "$PACKAGE_FILENAME" \
216
218
--wallet "$WALLET_FILE" \
217
- --wallet-password "${{inputs.NPM_PACKAGE_STORE_SIGNING_WALLET_PASSWORD}}"
219
+ --wallet-password "${{inputs.NPM_PACKAGE_STORE_SIGNING_WALLET_PASSWORD}}" \
220
+ --warnings-as-error
218
221
env:
219
222
DOTNET_ROOT: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"
220
223
DOTNET_INSTALL_DIR: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"
You can’t perform that action at this time.
0 commit comments