File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010public class Sync
1111{
12- [ Fact ( Skip = "Explicit" ) ]
12+ [ Fact ]
13+ [ Trait ( "Category" , "Integration" ) ]
1314 public async Task SyncCountryData ( )
1415 {
1516 var countriesPath = Path . GetFullPath ( Path . Combine ( DataLocations . DataPath , "countrycodes.txt" ) ) ;
Original file line number Diff line number Diff line change 66 <PackageReference Include =" MarkdownSnippets.MsBuild" Version =" 17.0.0" PrivateAssets =" All" />
77 <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
88 <PackageReference Include =" XunitContext" Version =" 1.5.1" />
9- <PackageReference Include =" Verify.Xunit" Version =" 1.0.0-beta.15 " />
9+ <PackageReference Include =" Verify.Xunit" Version =" 1.0.0-beta.23 " />
1010 <PackageReference Include =" System.IO.Compression" Version =" 4.3.0" />
1111 <PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
1212 <PackageReference Include =" Xunit" Version =" 2.4.1" />
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build_script:
55- ps : >-
66 dotnet build src --configuration Release
77
8- dotnet test src --configuration Release --no-build --no-restore
8+ dotnet test src --configuration Release --no-build --no-restore --filter Category!=Integration
99test : off
1010artifacts :
1111- path : nugets\**\*.nupkg
You can’t perform that action at this time.
0 commit comments