File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk/targets/windows Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 334
334
Cultures =" en-us"
335
335
Out =" $(OutInstallerFile)"
336
336
WixExtensions =" @(WixExtensions)"
337
- WixSrcFiles =" @(WixSrcFile -> '$(WixObjDir)%(Filename).wixobj');@(DirectoryToHarvest -> '%(WixObjFile)')"
338
- Condition =" '$(EnableCreateLightCommandPackageDrop)' == 'true'" >
337
+ WixSrcFiles =" @(WixSrcFile -> '$(WixObjDir)%(Filename).wixobj');@(DirectoryToHarvest -> '%(WixObjFile)')" >
339
338
<Output TaskParameter =" LightCommandPackageNameOutput" PropertyName =" _LightCommandPackageNameOutput" />
340
339
</CreateLightCommandPackageDrop >
341
340
341
+ <MakeDir Directories =" $(LightCommandPackagesDir)" />
342
+
342
343
<ZipDirectory
343
344
DestinationFile =" $(LightCommandPackagesDir)/LightCommandPackage-$(_LightCommandPackageNameOutput).zip"
344
345
Overwrite =" true"
You can’t perform that action at this time.
0 commit comments