This repository was archived by the owner on Jan 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 <RunCodeAnalysis Condition =" '$(RunCodeAnalysis)' == ''" >false</RunCodeAnalysis >
1717 <IntermediateOutputPath >.nuget\</IntermediateOutputPath >
1818 <PackagesPath >$(IntermediateOutputPath)packages</PackagesPath >
19- <CommonBuildProperties >WarningLevel=0;NoWarn=1591;Out=$(Out);Configuration=$(Configuration);RunCodeAnalysis=$(RunCodeAnalysis);PackOnBuild=true; PackageOutputPath=$(Out)</CommonBuildProperties >
19+ <CommonBuildProperties >WarningLevel=0;NoWarn=1591;Out=$(Out);Configuration=$(Configuration);RunCodeAnalysis=$(RunCodeAnalysis);PackageOutputPath=$(Out)</CommonBuildProperties >
2020 <DefaultImportance Condition =" '$(DefaultImportance)' == '' " >high</DefaultImportance >
2121 <PS >%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe</PS >
2222 </PropertyGroup >
4949
5050 <Target Name =" Package" DependsOnTargets =" Build" >
5151 <MakeDir Directories =" $(Out)" Condition =" !Exists('$(Out)')" />
52- <MSBuild Projects =" @(PackProject)" Properties =" $(CommonBuildProperties)" />
52+ <MSBuild Projects =" @(PackProject)" Properties =" $(CommonBuildProperties);PackOnBuild=true " />
5353 <ItemGroup >
5454 <OutputFile Include =" $(Out)\*.nupkg" />
5555 <OutputFile Include =" $(Out)\*.vsix" />
You can’t perform that action at this time.
0 commit comments