Skip to content

Commit 191d7de

Browse files
committed
Adding publish task
1 parent 31ae7dc commit 191d7de

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

.vscode/tasks.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,21 @@
1515
"isDefault": true
1616
},
1717
"label": "Build: solution",
18-
"detail": "Build the MusicQuizBingo.sln solution using dotnet build"
18+
"detail": "Build the solution using dotnet build"
19+
},
20+
{
21+
"type": "process",
22+
"command": "dotnet",
23+
"args": ["publish", "-f:net10.0-ios", "${workspaceFolder}/MAUI.Native.Embedded.Sample/MAUI.Native.Embedded.Sample.csproj"],
24+
"problemMatcher": [
25+
"$msCompile"
26+
],
27+
"group": {
28+
"kind": "none",
29+
"isDefault": false
30+
},
31+
"label": "Publish: iOS",
32+
"detail": "Publish the solution using dotnet publish"
1933
}
2034
]
2135
}

0 commit comments

Comments
 (0)