Skip to content

Commit

Permalink
MP1-5185: NSIS: Disable TV-Server x64 build until the branch 5184 wil…
Browse files Browse the repository at this point in the history
…l be merged
  • Loading branch information
epbk committed Dec 6, 2023
1 parent 5f984e1 commit eb8296f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tools/InstallationScripts/include-MP-PreBuild.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@
!system '"${MSBuild_Path}" ${logger} /target:Rebuild /property:Configuration=Release;Platform="Any CPU" "${git_TVServer}\TvPlugin\TvPlugin.sln"' = 0
!insertmacro FinalizeBuildReport
!insertmacro PrepareBuildReport TvLibrary
!system '"${MSBuild_Path}" ${logger} /target:Rebuild /property:Configuration=Release;Platform=${Architecture} "${git_TVServer}\TvLibrary.sln"' = 0
# Use x86 platform target; x64 configuration is not available for tv server yet
!system '"${MSBuild_Path}" ${logger} /target:Rebuild /property:Configuration=Release;Platform=x86 "${git_TVServer}\TvLibrary.sln"' = 0
#!system '"${MSBuild_Path}" ${logger} /target:Rebuild /property:Configuration=Release;Platform=${Architecture} "${git_TVServer}\TvLibrary.sln"' = 0
!insertmacro FinalizeBuildReport
!endif

Expand Down

0 comments on commit eb8296f

Please sign in to comment.