Compare commits
2 Commits
d9398a0d21
...
a25a8c667e
| Author | SHA1 | Date | |
|---|---|---|---|
| a25a8c667e | |||
|
|
c0b75dbdcc |
@@ -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