Define and run multi-container applications with Docker
-
Updated
Nov 17, 2021 - Go
Currently when calling the MSBuild
alias with an MSBuildSettings
, we need to set the target using the WithTarget
extension method.
MSBuild("./my-app.sln", new MSBuildSettings
{
Configuration = "Release",
ToolVersion = MSBuildToolVersion.VS2019,
}.WithTarget("Build")); // <<<###
It would be nice if we could use a property, with a string, which would make it more na
{
"data": {
"labels": {
"Problem URL": "https:///#problems/problemdetails;pid=-240816790436828345_1633506659151V2"
},
"problem": {
"ProblemTitle": "Http monitor global outage",
},
"project": "musicshop",
"service": "carts",
"stage": "production"
},
"id": "d485ea90-e1ef-4ce2-af21-32
Add a description, image, and links to the orchestration topic page so that developers can more easily learn about it.
To associate your repository with the orchestration topic, visit your repo's landing page and select "manage topics."
Description
It is not an actual bug but in the documentation here -> https://docs.prefect.io/orchestration/concepts/api.html#queries
flow_run actually needs to be flow_runs.
Otherwise it does not work for me.
Expected Behavior
Documentation should be updated.
Reproduction