We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7016e96 commit 3099b0eCopy full SHA for 3099b0e
.appveyor.yml
@@ -195,19 +195,19 @@ for:
195
elif [[ "$APPVEYOR_PULL_REQUEST_NUMBER" == "" ]]; then
196
197
pushd src/serious_python_platform_interface
198
- dart pub publish --dry-run || exit 1
+ dart pub publish --dry-run
199
popd
200
201
pushd src/serious_python_android
202
203
204
205
pushd src/serious_python_ios
206
207
208
209
pushd src/serious_python
210
211
212
fi
213
0 commit comments