File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 186
186
<VSDrop Include =" %(PartitionedSwixProjects.ZipFile)" SourceDirectory =" %(ManifestOutputPath)" />
187
187
</ItemGroup >
188
188
189
+ <!-- Generate metadata for VSDROP automation. This information cannot be obtained during staging when insertions are triggered -->
190
+ <ItemGroup >
191
+ <VSDropMetadata Include =" $(FileVersion)" />
192
+ <VSDropMetadata Include =" $(BUILD_REPOSITORY_NAME)" />
193
+ <VSDropMetadata Include =" $(BUILD_SOURCEBRANCH)" />
194
+ </ItemGroup >
195
+
196
+ <WriteLinesToFile File =" %(VSDrop.SourceDirectory)\.metadata" Lines =" @(VSDropMetadata)" Overwrite =" true" Condition =" '$(OfficialBuild)' == 'true'" />
197
+
189
198
<MakeDir Directories =" $(ArtifactsNonShippingPackagesDir)" />
190
199
<MakeDir Directories =" $(VisualStudioSetupInsertionPath)" />
191
200
<ZipDirectory Overwrite =" true" SourceDirectory =" %(SourceDirectory)"
You can’t perform that action at this time.
0 commit comments