2025-03-06T17:04:56.6824674Z ##[group]Run dotnet pack -c Release --no-build --output nupkgs
2025-03-06T17:04:56.6825150Z [36;1mdotnet pack -c Release --no-build --output nupkgs[0m
2025-03-06T17:04:56.6870925Z shell: /usr/bin/bash -e {0}
2025-03-06T17:04:56.6871161Z env:
2025-03-06T17:04:56.6871348Z DOTNET_ROOT: /usr/share/dotnet
2025-03-06T17:04:56.6871588Z ##[endgroup]
2025-03-06T17:04:58.0283286Z Successfully created package '/home/runner/work/AsyncEnumerableSource/AsyncEnumerableSource/nupkgs/AsyncEnumerableSource.1.0.1.nupkg'.
2025-03-06T17:04:58.0363342Z Successfully created package '/home/runner/work/AsyncEnumerableSource/AsyncEnumerableSource/nupkgs/AsyncEnumerableSource.1.0.1.symbols.nupkg'.
2025-03-06T17:04:58.1093258Z ##[group]Run dotnet nuget push ./nupkgs/*.nupkg -k *** -s https://api.nuget.org/v3/index.json
2025-03-06T17:04:58.1094185Z [36;1mdotnet nuget push ./nupkgs/*.nupkg -k *** -s https://api.nuget.org/v3/index.json[0m
2025-03-06T17:04:58.1140409Z shell: /usr/bin/bash -e {0}
2025-03-06T17:04:58.1140666Z env:
2025-03-06T17:04:58.1140850Z DOTNET_ROOT: /usr/share/dotnet
2025-03-06T17:04:58.1141095Z ##[endgroup]
2025-03-06T17:04:58.4670519Z Pushing AsyncEnumerableSource.1.0.1.nupkg to 'https://www.nuget.org/api/v2/package'...
2025-03-06T17:04:58.4795515Z PUT https://www.nuget.org/api/v2/package/
2025-03-06T17:04:59.4452287Z Created https://www.nuget.org/api/v2/package/ 963ms
2025-03-06T17:04:59.4476379Z Your package was pushed.
2025-03-06T17:04:59.4498303Z Pushing AsyncEnumerableSource.1.0.1.symbols.nupkg to 'https://www.nuget.org/api/v2/package'...
2025-03-06T17:04:59.4499612Z PUT https://www.nuget.org/api/v2/package/
2025-03-06T17:04:59.7494073Z Conflict https://www.nuget.org/api/v2/package/ 299ms
2025-03-06T17:04:59.7494931Z To skip already published packages, use the option --skip-duplicate
2025-03-06T17:04:59.7524829Z error: Response status code does not indicate success: 409 (A package with ID 'AsyncEnumerableSource' and version '1.0.1' already exists and cannot be modified.).
2025-03-06T17:04:59.7856444Z ##[error]Process completed with exit code 1.