File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed
src/Microsoft.Android.Templates
android-activity/.template.config
android-layout/.template.config Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 2121 "replaces" : " AndroidApp1" ,
2222 "type" : " parameter"
2323 }
24- }
24+ },
25+ "postActions" : [
26+ {
27+ "id" : " openInEditor" ,
28+ "condition" : " (HostIdentifier != \" dotnetcli\" && HostIdentifier != \" dotnetcli-preview\" )" ,
29+ "description" : " Opens Activity1.cs in the editor" ,
30+ "manualInstructions" : [],
31+ "actionId" : " 84C0DA21-51C8-4541-9940-6CA19AF04EE6" ,
32+ "args" : {
33+ "files" : " 0"
34+ },
35+ "continueOnError" : true
36+ }
37+ ]
2538}
Original file line number Diff line number Diff line change 1414 "primaryOutputs" : [
1515 { "path" : " Layout1.xml" }
1616 ],
17- "defaultName" : " Layout1"
17+ "defaultName" : " Layout1" ,
18+ "postActions" : [
19+ {
20+ "id" : " openInEditor" ,
21+ "condition" : " (HostIdentifier != \" dotnetcli\" && HostIdentifier != \" dotnetcli-preview\" )" ,
22+ "description" : " Opens Layout1.xml in the editor" ,
23+ "manualInstructions" : [],
24+ "actionId" : " 84C0DA21-51C8-4541-9940-6CA19AF04EE6" ,
25+ "args" : {
26+ "files" : " 0"
27+ },
28+ "continueOnError" : true
29+ }
30+ ]
1831}
You can’t perform that action at this time.
0 commit comments