Skip to content

Commit c9b6b80

Browse files
committed
Fix build order
1 parent cce3cee commit c9b6b80

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Build/BuildPackages.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ 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:Platform=Win32 /p:ContinuousIntegrationBuild=true
11+
%MSBuildPath% ..\Source\ExcelDna.sln /t:restore,build /p:Configuration=Release /p:Platform=x64 /p:ContinuousIntegrationBuild=true
1212
@if errorlevel 1 goto end
1313

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

1717
call build.bat

Source/ExcelDna.sln

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,19 @@ EndProject
101101
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExcelDna.RuntimeTests", "Tests\ExcelDna.RuntimeTests\ExcelDna.RuntimeTests.csproj", "{8D04B68B-1EFE-48DC-A0B5-D7ACC293694B}"
102102
EndProject
103103
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExcelDna.AddIn.RegistrationSample", "Tests\ExcelDna.AddIn.RegistrationSample\ExcelDna.AddIn.RegistrationSample.csproj", "{55AEB960-2857-323E-3E82-5A8AA5913A18}"
104+
ProjectSection(ProjectDependencies) = postProject
105+
{A9887347-3E93-4E4E-96DF-227648E57B60} = {A9887347-3E93-4E4E-96DF-227648E57B60}
106+
EndProjectSection
104107
EndProject
105108
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ExcelDna.AddIn.RegistrationSampleVB", "Tests\ExcelDna.AddIn.RegistrationSampleVB\ExcelDna.AddIn.RegistrationSampleVB.vbproj", "{2F5539CC-E302-49B6-88A9-9264DC6413B3}"
109+
ProjectSection(ProjectDependencies) = postProject
110+
{A9887347-3E93-4E4E-96DF-227648E57B60} = {A9887347-3E93-4E4E-96DF-227648E57B60}
111+
EndProjectSection
106112
EndProject
107113
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "ExcelDna.AddIn.RegistrationSampleFS", "Tests\ExcelDna.AddIn.RegistrationSampleFS\ExcelDna.AddIn.RegistrationSampleFS.fsproj", "{7CA501E1-FB74-4903-B34D-EFE513C5B428}"
114+
ProjectSection(ProjectDependencies) = postProject
115+
{A9887347-3E93-4E4E-96DF-227648E57B60} = {A9887347-3E93-4E4E-96DF-227648E57B60}
116+
EndProjectSection
108117
EndProject
109118
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExcelDna.RegistrationTests", "Tests\ExcelDna.RegistrationTests\ExcelDna.RegistrationTests.csproj", "{151AE960-6320-402D-BDD0-D76DF96F2BD7}"
110119
EndProject

0 commit comments

Comments
 (0)