Fix managed test run
This commit is contained in:
parent
e5661a46b7
commit
2f3e0384bf
|
|
@ -3,7 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<CompileDependsOn Condition="'$(OS)'=='Windows_NT'">BuildNativeAssets;$(CompileDependsOn)</CompileDependsOn>
|
||||
<PackageDependsOn Condition="'$(OS)'=='Windows_NT'">$(PackageDependsOn);PackageNativeProjects</PackageDependsOn>
|
||||
<TestDependsOn>$(PackageDependsOn);RunNativeTest</TestDependsOn>
|
||||
<TestDependsOn>$(TestDependsOn);RunNativeTest</TestDependsOn>
|
||||
<NuGetVerifierRuleFile Condition="'$(OS)' != 'Windows_NT'">$(RepositoryRoot)NuGetPackageVerifier.xplat.json</NuGetVerifierRuleFile>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
<ItemGroup>
|
||||
<Platforms Include="Win32;x64" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
<Exec Command=""$(VisualStudioMSBuildx86Path)" "$(RepositoryRoot)test\AspNetCoreModuleTests\AspNetCoreModuleTests.vcxproj" /t:Test $(BuildArgs) -p:Platform=%(Platforms.Identity) -bl:$(LogOutputDir)native.%(Platforms.Identity).binlog"
|
||||
Condition="'$(VisualStudioMSBuildx86Path)' != ''" />
|
||||
</Target>
|
||||
|
|
|
|||
Loading…
Reference in New Issue