Fixing broken build...seems contrary to what I was told, at least SOME of the CI build does indeed invoke MSBUILS and target the SLN file (since this last broken build is due to stale refs in sln files!)
This commit is contained in:
@@ -2406,7 +2406,7 @@
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
<File
|
||||
RelPath = "Objects\Factory\Support\ConstructorInstantiationInfo.cs"
|
||||
RelPath = "Util\ConstructorInstantiationInfo.cs"
|
||||
SubType = "Code"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
|
||||
@@ -684,7 +684,7 @@
|
||||
<Compile Include="Objects\Factory\Config\VariableAccessor.cs" />
|
||||
<Compile Include="Objects\Factory\Config\VariablePlaceholderConfigurer.cs" />
|
||||
<Compile Include="Objects\Factory\Parsing\ReaderContext.cs" />
|
||||
<Compile Include="Objects\Factory\Support\ConstructorInstantiationInfo.cs" />
|
||||
<Compile Include="Util\ConstructorInstantiationInfo.cs" />
|
||||
<Compile Include="Objects\Factory\Support\GenericObjectDefinition.cs" />
|
||||
<Compile Include="Objects\Factory\Support\IAutowireCandidateResolver.cs" />
|
||||
<Compile Include="Objects\Factory\Support\ConstructorResolver.cs" />
|
||||
|
||||
@@ -691,7 +691,7 @@
|
||||
<Compile Include="Objects\Factory\Config\VariableAccessor.cs" />
|
||||
<Compile Include="Objects\Factory\Config\VariablePlaceholderConfigurer.cs" />
|
||||
<Compile Include="Objects\Factory\Parsing\ReaderContext.cs" />
|
||||
<Compile Include="Objects\Factory\Support\ConstructorInstantiationInfo.cs" />
|
||||
<Compile Include="Util\ConstructorInstantiationInfo.cs" />
|
||||
<Compile Include="Objects\Factory\Support\GenericObjectDefinition.cs" />
|
||||
<Compile Include="Objects\Factory\Support\IAutowireCandidateResolver.cs" />
|
||||
<Compile Include="Objects\Factory\Support\ConstructorResolver.cs" />
|
||||
|
||||
Reference in New Issue
Block a user