This repository was archived by the owner on Jan 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313build_script :
1414 - cmd : taskkill /f /im MSBuild.exe /fi "memusage gt 40" 2>NUL
1515 - cmd : build.cmd /restore
16- - cmd : build.cmd
16+ - cmd : build.cmd /release
1717 - cmd : taskkill /f /im MSBuild.exe /fi "memusage gt 40" 2>NUL
1818
1919install :
Original file line number Diff line number Diff line change 4545 <Exec Command =" rmdir $(Out) /S /Q" Condition =" Exists('$(Out)') " ContinueOnError =" true" StandardOutputImportance =" low" />
4646 <MakeDir Directories =" $(Out)" Condition =" !Exists('$(Out)')" />
4747 <Message Text =" Build properties: $(CommonBuildProperties)." Importance =" high" />
48- <MSBuild Projects =" @(Solution)" BuildInParallel =" false" Properties =" $(CommonBuildProperties);PackOnBuild=false;CreateVsixContainer=false" />
48+ <MSBuild Projects =" @(Solution)" BuildInParallel =" false" Properties =" $(CommonBuildProperties);PackOnBuild=false;CreateVsixContainer=false;DeployExtension=false " />
4949 </Target >
5050
5151 <Target Name =" Package" DependsOnTargets =" Build" >
Original file line number Diff line number Diff line change 4040 </ProjectReference >
4141 </ItemGroup >
4242
43- <Target Name =" EnsureNuGetizerPackage" DependsOnTargets =" GetVersion" BeforeTargets =" DeployVsixExtensionFiles;CreateVsixContainer" >
43+ <Target Name =" EnsureNuGetizerPackage"
44+ Condition=" '$(CreateVsixContainer)' != 'false' And '$(DeployExtension)' != 'false'"
45+ DependsOnTargets=" GetVersion"
46+ BeforeTargets=" DeployVsixExtensionFiles;CreateVsixContainer" >
4447 <ItemGroup >
4548 <_NuGetizerPackage Include =" $(Out)\*.nupkg" />
4649 <_CurrentNuGetizerPackage Include =" @(_NuGetizerPackage)"
You can’t perform that action at this time.
0 commit comments