MonoGame.Extended icon indicating copy to clipboard operation
MonoGame.Extended copied to clipboard

Fix deploy error in github actions

Open Gandifil opened this issue 1 year ago • 0 comments

======================================== DeployToMyGetTask

Pushing MonoGame.Extended.Gui.3.9.0.275.nupkg to 'https://www.myget.org/F/lithiumtoast/api/v2/package'... PUT https://www.myget.org/F/lithiumtoast/api/v2/package/ Conflict https://www.myget.org/F/lithiumtoast/api/v2/package/ 288ms To skip already published packages, use the option --skip-duplicate error: Response status code does not indicate success: 409 (The package could not be uploaded. The package "MonoGame.Extended.Gui 3.9.0.275" does not comply with Semantic Version. Non-SemVer packages are forbidden according to the package retention settings for this feed.).

Usage: dotnet nuget push [arguments] [options]

Arguments: [root] Specify the path to the package and your API key to push the package to the server.

Options: -h|--help Show help information --force-english-output Forces the application to run using an invariant, English-based culture. -s|--source Package source (URL, UNC/folder path or package source name) to use. Defaults to DefaultPushSource if specified in NuGet.Config. -ss|--symbol-source Symbol server URL to use. -t|--timeout Timeout for pushing to a server in seconds. Defaults to 300 seconds (5 minutes). -k|--api-key <apiKey> The API key for the server. -sk|--symbol-api-key <apiKey> The API key for the symbol server. -d|--disable-buffering Disable buffering when pushing to an HTTP(S) server to decrease memory usage. -n|--no-symbols If a symbols package exists, it will not be pushed to a symbols server. --no-service-endpoint Does not append "api/v2/package" to the source URL. --interactive Allow the command to block and require manual action for operations like authentication. --skip-duplicate If a package and version already exists, skip it and continue with the next package in the push, if any.

An error occurred when executing task 'DeployToMyGetTask'. Error: .NET CLI: Process returned an error (exit code 1). Error: Process completed with exit code 255.

Gandifil avatar Dec 25 '23 18:12 Gandifil