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 137
137
<VSDrop Include =" %(PartitionedSwixProjects.ZipFile)" SourceDirectory =" %(ManifestOutputPath)" />
138
138
</ItemGroup >
139
139
140
+ <!-- Generate metadata for VSDROP automation. This information cannot be obtained during staging when insertions are triggered -->
141
+ <ItemGroup >
142
+ <VSDropMetadata Include =" $(FileVersion)" />
143
+ <VSDropMetadata Include =" $(BUILD_REPOSITORY_NAME)" />
144
+ <VSDropMetadata Include =" $(BUILD_SOURCEBRANCH)" />
145
+ </ItemGroup >
146
+
147
+ <WriteLinesToFile File =" %(VSDrop.SourceDirectory)\.metadata" Lines =" @(VSDropMetadata)" Overwrite =" true" Condition =" '$(OfficialBuild)' == 'true'" />
148
+
140
149
<MakeDir Directories =" $(ArtifactsNonShippingPackagesDir)" />
141
150
<MakeDir Directories =" $(VisualStudioSetupInsertionPath)" />
142
151
You can’t perform that action at this time.
0 commit comments