File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Aquality.Selenium/src/Aquality.Selenium/Browsers Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,8 @@ private static void SetDefaultBrowser()
47
47
/// </summary>
48
48
public static void SetDefaultFactory ( )
49
49
{
50
- IBrowserFactory browserFactory ;
51
50
IConfiguration configuration = Configuration . Instance ;
52
-
51
+ IBrowserFactory browserFactory ;
53
52
if ( configuration . BrowserProfile . IsRemote )
54
53
{
55
54
browserFactory = new RemoteBrowserFactory ( configuration ) ;
Original file line number Diff line number Diff line change @@ -41,4 +41,10 @@ steps:
41
41
command : ' test'
42
42
projects : ' **/*Tests*/*.csproj'
43
43
arguments : --configuration $(buildConfiguration)
44
- publishTestResults : true
44
+ publishTestResults : true
45
+
46
+ - task : PublishBuildArtifacts@1
47
+ inputs :
48
+ PathtoPublish : ' $(system.defaultworkingdirectory)'
49
+ ArtifactName : ' sources'
50
+ publishLocation : ' Container'
You can’t perform that action at this time.
0 commit comments