Skip to content

Commit 80e52a6

Browse files
committed
Fix generation from within DIS (Import script or add existing script) (SkylineCommunications#36)
(cherry picked from commit dd57e65)
1 parent d983ba7 commit 80e52a6

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

working/templates/automation-library-project/.template_config/template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@
118118
{
119119
"source": "../SharedItems/OnSolutionLevel",
120120
"target": "../",
121-
"condition": "(HostIdentifier == dotnetcli || PlaceSolutionFilesHigh)"
121+
"condition": "(HostIdentifier == dotnetcli || HostIdentifier == dis || PlaceSolutionFilesHigh)"
122122
},
123123
{
124124
"source": "../SharedItems/OnSolutionLevel",
125125
"target": "./",
126-
"condition": "!(HostIdentifier == dotnetcli) && !PlaceSolutionFilesHigh"
126+
"condition": "!(HostIdentifier == dotnetcli) && !(HostIdentifier == dis) && !PlaceSolutionFilesHigh"
127127
},
128128
{
129129
"source": "../SharedItems/SkylineDevopsHelp",

working/templates/automation-project/.template_config/template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@
141141
{
142142
"source": "../SharedItems/OnSolutionLevel",
143143
"target": "../",
144-
"condition": "(HostIdentifier == dotnetcli || PlaceSolutionFilesHigh)"
144+
"condition": "(HostIdentifier == dotnetcli || HostIdentifier == dis || PlaceSolutionFilesHigh)"
145145
},
146146
{
147147
"source": "../SharedItems/OnSolutionLevel",
148148
"target": "./",
149-
"condition": "!(HostIdentifier == dotnetcli) && !PlaceSolutionFilesHigh"
149+
"condition": "!(HostIdentifier == dotnetcli) && !(HostIdentifier == dis) && !PlaceSolutionFilesHigh"
150150
},
151151
{
152152
"source": "../SharedItems/SkylineDevopsHelp",

working/templates/gqi-ad-hoc-data-source-project/.template_config/template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@
166166
{
167167
"source": "../SharedItems/OnSolutionLevel",
168168
"target": "../",
169-
"condition": "(HostIdentifier == dotnetcli || PlaceSolutionFilesHigh)"
169+
"condition": "(HostIdentifier == dotnetcli || HostIdentifier == dis || PlaceSolutionFilesHigh)"
170170
},
171171
{
172172
"source": "../SharedItems/OnSolutionLevel",
173173
"target": "./",
174-
"condition": "!(HostIdentifier == dotnetcli) && !PlaceSolutionFilesHigh"
174+
"condition": "!(HostIdentifier == dotnetcli) && !(HostIdentifier == dis) && !PlaceSolutionFilesHigh"
175175
},
176176
{
177177
"source": "../SharedItems/SkylineDevopsHelp",

working/templates/package-project/.template_config/template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@
137137
{
138138
"source": "../SharedItems/OnSolutionLevel",
139139
"target": "../",
140-
"condition": "(HostIdentifier == dotnetcli || PlaceSolutionFilesHigh)"
140+
"condition": "(HostIdentifier == dotnetcli || HostIdentifier == dis || PlaceSolutionFilesHigh)"
141141
},
142142
{
143143
"source": "../SharedItems/OnSolutionLevel",
144144
"target": "./",
145-
"condition": "!(HostIdentifier == dotnetcli) && !PlaceSolutionFilesHigh"
145+
"condition": "!(HostIdentifier == dotnetcli) && !(HostIdentifier == dis) && !PlaceSolutionFilesHigh"
146146
},
147147
{
148148
"source": "../SharedItems/CatalogInformation",

working/templates/user-defined-api-project/.template_config/template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@
141141
{
142142
"source": "../SharedItems/OnSolutionLevel",
143143
"target": "../",
144-
"condition": "(HostIdentifier == dotnetcli || PlaceSolutionFilesHigh)"
144+
"condition": "(HostIdentifier == dotnetcli || HostIdentifier == dis || PlaceSolutionFilesHigh)"
145145
},
146146
{
147147
"source": "../SharedItems/OnSolutionLevel",
148148
"target": "./",
149-
"condition": "!(HostIdentifier == dotnetcli) && !PlaceSolutionFilesHigh"
149+
"condition": "!(HostIdentifier == dotnetcli) && !(HostIdentifier == dis) && !PlaceSolutionFilesHigh"
150150
},
151151
{
152152
"source": "../SharedItems/SkylineDevopsHelp",

0 commit comments

Comments
 (0)