Merge pull request 'fix: 解決 error: Unrecognized option '--allow-insecure-connections'' (#7) from develop into master
All checks were successful
/ CD > 發布專案 (push) Successful in 1s
All checks were successful
/ CD > 發布專案 (push) Successful in 1s
Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
@@ -69,7 +69,7 @@ for package in "${output_dir}"/*.nupkg; do
|
||||
fi
|
||||
|
||||
packages_found=1
|
||||
dotnet nuget push "${package}" --source "${nuget_source}" --api-key "${api_key}" --skip-duplicate --allow-insecure-connections
|
||||
dotnet nuget push "${package}" --source "${nuget_source}" --api-key "${api_key}" --skip-duplicate
|
||||
done
|
||||
|
||||
if [ "${packages_found}" -eq 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user