File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 <TargetPath >$(BuildOutputRoot)Setup\Microsoft.VisualStudio.NodejsTools.Targets.vsix</TargetPath >
1818 <WebRoleDll Condition =" '$(SignedBinariesPath)' != ''" >$(SignedBinariesPath)\Microsoft.NodejsTools.WebRole.dll</WebRoleDll >
1919 <WebRoleDll Condition =" '$(SignedBinariesPath)' == ''" >$(BuildOutputRoot)\Binaries\WebRole\Microsoft.NodejsTools.WebRole.dll</WebRoleDll >
20- <PackagePreprocessorDefinitions >$(PackagePreprocessorDefinitions);BuildOutputRoot=$(BuildOutputRoot);BuildVersion=$(MsiVersion );WebRoleDll=$(WebRoleDll)</PackagePreprocessorDefinitions >
20+ <PackagePreprocessorDefinitions >$(PackagePreprocessorDefinitions);BuildOutputRoot=$(BuildOutputRoot);BuildVersion=$(VSIXBuildVersion );WebRoleDll=$(WebRoleDll)</PackagePreprocessorDefinitions >
2121 <!-- Retrigger a build on webrole.dll to pick up signed version. TODO: see if there's a better way to do this.-->
2222 <MSBuildAllProjects >$(WebRoleDll)</MSBuildAllProjects >
2323 </PropertyGroup >
5050 </ItemGroup >
5151
5252 <Import Project =" $(PackagesPath)\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets" />
53- </Project >
53+ </Project >
You can’t perform that action at this time.
0 commit comments