Skip to content

Commit ea95d8d

Browse files
authored
Use VSIX version for the targets VSIX
1 parent 505c310 commit ea95d8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Nodejs/Setup/swix/Microsoft.VisualStudio.NodejsTools.Targets.swixproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>
@@ -50,4 +50,4 @@
5050
</ItemGroup>
5151

5252
<Import Project="$(PackagesPath)\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets"/>
53-
</Project>
53+
</Project>

0 commit comments

Comments
 (0)