Skip to content

Commit 12808bc

Browse files
committed
Masterbuild: Fix 32-bit build
1 parent 586b0e6 commit 12808bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Build/BuildPackages.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set rcfile=..\Source\versioninfo.rc2
88
PowerShell "(Get-Content %rcfile%) -replace '\d+,\d+,\d+,\d+', '%DllVersion%'.Replace('.',',') -replace '\d+\.\d+\.\d+\.\d+', '%DllVersion%' | Set-Content %rcfile%"
99
@if errorlevel 1 goto end
1010

11-
%MSBuildPath% ..\Source\ExcelDna.sln /t:restore,build /p:Configuration=Release /p:ContinuousIntegrationBuild=true
11+
%MSBuildPath% ..\Source\ExcelDna.sln /t:restore,build /p:Configuration=Release /p:Platform=Win32 /p:ContinuousIntegrationBuild=true
1212
@if errorlevel 1 goto end
1313

1414
%MSBuildPath% ..\Source\ExcelDna.sln /t:restore,build /p:Configuration=Release /p:Platform=x64 /p:ContinuousIntegrationBuild=true

MasterBuild/MasterBuild.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
setlocal
22

3-
set PackageVersion=1.9.0-rc1
4-
set PackageReferenceVersion=1.9.0-rc1
5-
set DllVersion=1.9.0.7
3+
set PackageVersion=1.9.0-rc2
4+
set PackageReferenceVersion=1.9.0-rc2
5+
set DllVersion=1.9.0.8
66

77
set MSBuildPath="c:\Program Files\Microsoft Visual Studio\2022\Professional\Msbuild\Current\Bin\amd64\MSBuild.exe"
88

0 commit comments

Comments
 (0)