Merge branch 'release/2.2'
This commit is contained in:
commit
868dc32c97
|
|
@ -154,3 +154,6 @@
|
|||
path = modules/Templating
|
||||
url = https://github.com/aspnet/Templating.git
|
||||
branch = master
|
||||
[submodule "src/IISIntegration/test/gtest/googletest"]
|
||||
path = src/IISIntegration/test/gtest/googletest
|
||||
url = https://github.com/google/googletest
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<VsTestConsole>$(VCIDEInstallDir)..\CommonExtensions\Microsoft\TestWindow\vstest.console.exe</VsTestConsole>
|
||||
</PropertyGroup>
|
||||
<Target Name="Test" DependsOnTargets="Build">
|
||||
<Exec Command=""$(TargetPath)"" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 879ac092fde0a19e1b3a61b2546b2a422b1528bc
|
||||
Loading…
Reference in New Issue