Skip to content

Commit 559747d

Browse files
author
Gabriel Faraday de Barros | S2IT
committed
Ajustes.
1 parent 97e34e5 commit 559747d

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

src/AspNetCore20Example.Services.API/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ConnectionStrings": {
3-
"DefaultConnection": "Server=(localdb)\\MSSQLLocalDB;Database=AspNetCore20Example;Trusted_Connection=True;MultipleActiveResultSets=true"
3+
"DefaultConnection": "Server=.\\SQLEXPRESS;Database=AspNetCore20Example;Trusted_Connection=True;MultipleActiveResultSets=true"
44
},
55
"Logging": {
66
"IncludeScopes": false,

src/AspNetCore20Example.Services.API/appsettings.Testing.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ConnectionStrings": {
3-
"DefaultConnection": "Server=(localdb)\\MSSQLLocalDB;Database=AspNetCore20ExampleTesting;Trusted_Connection=True;MultipleActiveResultSets=true"
3+
"DefaultConnection": "Server=.\\SQLEXPRESS;Database=AspNetCore20ExampleTesting;Trusted_Connection=True;MultipleActiveResultSets=true"
44
},
55
"Logging": {
66
"IncludeScopes": false,

src/AspNetCore20Example.Services.API/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ConnectionStrings": {
3-
"DefaultConnection": "Server=(localdb)\\MSSQLLocalDB;Database=AspNetCore20Example;Trusted_Connection=True;MultipleActiveResultSets=true"
3+
"DefaultConnection": "Server=.\\SQLEXPRESS;Database=AspNetCore20Example;Trusted_Connection=True;MultipleActiveResultSets=true"
44
},
55
"Logging": {
66
"IncludeScopes": false,

tests/AspNetCore20Example.UI.AutomatedTests/AspNetCore20Example.UI.AutomatedTests.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props')" />
44
<Import Project="..\..\packages\xunit.core.2.3.1\build\xunit.core.props" Condition="Exists('..\..\packages\xunit.core.2.3.1\build\xunit.core.props')" />
5-
<Import Project="..\..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.props')" />
65
<PropertyGroup>
76
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
87
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -102,21 +101,20 @@
102101
<ItemGroup>
103102
<Analyzer Include="..\..\packages\xunit.analyzers.0.7.0\analyzers\dotnet\cs\xunit.analyzers.dll" />
104103
</ItemGroup>
105-
<ItemGroup />
104+
<ItemGroup>
105+
<Folder Include="ScreenShots\" />
106+
</ItemGroup>
106107
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
107108
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108109
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
109110
<PropertyGroup>
110111
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
111112
</PropertyGroup>
112-
<Error Condition="!Exists('..\..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.props'))" />
113-
<Error Condition="!Exists('..\..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.targets'))" />
114113
<Error Condition="!Exists('..\..\packages\xunit.core.2.3.1\build\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.3.1\build\xunit.core.props'))" />
115114
<Error Condition="!Exists('..\..\packages\xunit.core.2.3.1\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.3.1\build\xunit.core.targets'))" />
116115
<Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props'))" />
117116
<Error Condition="!Exists('..\..\packages\Selenium.WebDriver.ChromeDriver.2.33.0\build\Selenium.WebDriver.ChromeDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Selenium.WebDriver.ChromeDriver.2.33.0\build\Selenium.WebDriver.ChromeDriver.targets'))" />
118117
</Target>
119-
<Import Project="..\..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\..\packages\MSTest.TestAdapter.1.1.18\build\net45\MSTest.TestAdapter.targets')" />
120118
<Import Project="..\..\packages\xunit.core.2.3.1\build\xunit.core.targets" Condition="Exists('..\..\packages\xunit.core.2.3.1\build\xunit.core.targets')" />
121119
<Import Project="..\..\packages\Selenium.WebDriver.ChromeDriver.2.33.0\build\Selenium.WebDriver.ChromeDriver.targets" Condition="Exists('..\..\packages\Selenium.WebDriver.ChromeDriver.2.33.0\build\Selenium.WebDriver.ChromeDriver.targets')" />
122120
</Project>

0 commit comments

Comments
 (0)