Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Failed to publish. error: InvalidPricingAvailabilitySettings

Abierto
#86 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Los mantenedores suelen responder en 1 día

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
35/100
Tipo de issue
Error
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
csharp, powershell
Área
cli

Línea de trabajo

Comienza con el comando msstore publish y la ruta MSStore.CLI.ProjectConfigurators.WinUIProjectConfigurator mencionada en el registro; compara los datos de precios y disponibilidad del envío con la restricción de aplicación oculta que se muestra en Dev Center. Reproduce el problema usando el comando proporcionado y confirma done cuando el comportamiento se haya corregido o la CLI informe de un error de configuración claro y accionable.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

I am trying to publish an update for my app using the msstore CLI, and I am running into a CommitFailed error with the code InvalidParameterValue. It seems to be related to the app's pricing and availability settings.

🐛 Bug Report

I'm using the msstore CLI tool to publish a WinUI 3 app update. Here is the command I'm running and the resulting error:

Command:

msstore publish -i "X:\Projects\winui3_app\" -v -id <AppID>

Error Output:

Submission Status - CommitFailed
                              ❗ Submission Errors                              
┌───────────────────────┬──────────────────────────────────────────────────────┐
│ Code                  │ Details                                              │
├───────────────────────┼──────────────────────────────────────────────────────┤
│ InvalidParameterValue │ Validation error: InvalidPricingAvailabilitySettings │
│                       │ -                                                    │
└───────────────────────┴──────────────────────────────────────────────────────┘
11:34:51 info: MSStore.CLI.ProjectConfigurators.WinUIProjectConfigurator[0] 
SalesUnsupportedWarning - The sales resource is no longer supported. To view or edit the sales data for this submission, use the Dev Center dashboard.
Submission has failed. Please check the Errors collection of the submissionResource response.
Image

When checking the Dev Center dashboard for the app, I noticed an error on the Pricing and availability page:

You can’t customize the schedule for a product that is hidden in the Microsoft Store.

This error message suggests that the publishing tool might be trying to set a schedule or pricing details that are not allowed for an app that is currently hidden in the store. This is a likely cause for the InvalidPricingAvailabilitySettings validation error.

Image

❓ Question

Is the msstore publish tool attempting to modify the pricing or availability schedule by default, even when no related parameters are specified? If so, this seems like a bug, as it should respect the current state of a hidden app and not attempt to perform an invalid action.

I would appreciate any guidance on whether this is an issue with the tool itself or if I am missing a specific configuration or parameter that would prevent this behavior.

Thanks for your help!

Lenguaje dominante
C#
Estrellas
163
Forks
22
Merge medio
5 d 22 h
PR fusionados (30 d)
7

Preparar el entorno

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de microsoft/msstore-cli

Todos los issues de microsoft/msstore-cli

Issues similares

Más issues de C#

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.