azure dotnet 3.0

This commit is contained in:
Ruidy Nemausat 2020-03-30 15:46:51 +02:00
parent 07a9503a53
commit ebe7fe1624

View file

@ -115,6 +115,10 @@ namespace TicketManager
{
spa.UseReactDevelopmentServer(npmScript: "start");
}
else
{
spa.UseReactDevelopmentServer(npmScript: "build");
}
});
}
}