Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 8ea6ea8

Browse files
authored
Merge pull request #326 from github-for-unity/fixes/integration-tests
Fix to add dependency to IntegrationTest output
2 parents 867027b + ac99e7c commit 8ea6ea8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

GitHub.Unity.sln.DotSettings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,4 +343,5 @@
343343
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
344344
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateThisQualifierSettings/@EntryIndexedValue">True</s:Boolean>
345345
<s:Boolean x:Key="/Default/Environment/UnitTesting/ShadowCopy/@EntryValue">False</s:Boolean>
346+
<s:String x:Key="/Default/Housekeeping/UnitTestingMru/UnitTestSessionDefault/PlatformType/@EntryValue">x64</s:String>
346347
</wpf:ResourceDictionary>

src/tests/IntegrationTests/IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@
122122
<Link>sfw_x64.dll</Link>
123123
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
124124
</None>
125-
<None Include="$(SolutionDir)\lib\sfw\win\x64\sfw_x64.dll.meta">
126-
<Link>sfw_x64.dll.meta</Link>
125+
<None Include="$(SolutionDir)\lib\sfw\win\x64\pthreadVC2.dll">
126+
<Link>pthreadVC2.dll</Link>
127127
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
128128
</None>
129129
</ItemGroup>

0 commit comments

Comments
 (0)