We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6dfcc commit 4418762Copy full SHA for 4418762
fetch-dotnet-snk.sh
@@ -23,19 +23,19 @@ apt install jq -y
23
24
if [ -z ${DOTNET_STRONG_NAME_ROLE_ARN:-} ]; then
25
echo "Strong name signing is enabled, but DOTNET_STRONG_NAME_ROLE_ARN is not set."
26
- echo_usage()
+ echo_usage
27
exit 1
28
fi
29
30
if [ -z ${DOTNET_STRONG_NAME_SECRET_REGION:-}]; then
31
echo "Strong name signing is enabled, but DOTNET_STRONG_NAME_SECRET_REGION is not set."
32
33
34
35
36
if [ -z ${DOTNET_STRONG_NAME_SECRET_ID:-} ]; then
37
echo "Strong name signing is enabled, but DOTNET_STRONG_NAME_SECRET_ID is not set."
38
39
40
41
0 commit comments