File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
tests/Aquality.Selenium.Tests/Integration Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 8
8
<Authors >aquality automation committers</Authors >
9
9
<Company >aquality automation</Company >
10
10
<Description >Wrapper over Selenium WebDriver for .NET</Description >
11
+ <PackageDescription >Wrapper over Selenium WebDriver for .NET</PackageDescription >
11
12
<PackageLicenseExpression ></PackageLicenseExpression >
12
13
<RepositoryUrl >https://github.com/aquality-automation/aquality-selenium-dotnet</RepositoryUrl >
13
14
<RepositoryType >git</RepositoryType >
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ public void Should_BePossibleTo_ExecuteJavaScript()
108
108
Assert . AreEqual ( url , currentUrl ) ;
109
109
}
110
110
111
+ [ Ignore ( "Need to be fixed" ) ]
111
112
[ Test ]
112
113
public void Should_BePossibleTo_ExecuteAsyncJavaScript ( )
113
114
{
Original file line number Diff line number Diff line change 53
53
inputs :
54
54
command : ' pack'
55
55
projects : Aquality.Selenium/src/Aquality.Selenium/Aquality.Selenium.csproj
56
- arguments : -c $(buildConfiguration) --no-build -o $(build.artifactStagingDirectory )
56
+ arguments : -c $(buildConfiguration) --no-build -o $(Build.ArtifactStagingDirectory )
57
57
58
58
- task : NuGetCommand@2
59
59
displayName : ' Push NuGet package'
@@ -64,9 +64,14 @@ steps:
64
64
publishFeedCredentials : ' NuGet'
65
65
condition : and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
66
66
67
- # - task: PublishBuildArtifacts@1
68
- # displayName: 'Publish build artifacts'
69
- # inputs:
70
- # PathtoPublish: '$(system.defaultworkingdirectory)'
71
- # ArtifactName: 'sources'
72
- # publishLocation: 'Container'
67
+ - task : GitHubRelease@0
68
+ displayName : ' Create tag on GitHub'
69
+ inputs :
70
+ gitHubConnection : ' GitHub'
71
+ repositoryName : ' aquality-automation/aquality-selenium-dotnet'
72
+ action : ' create'
73
+ tag : ' v$(GitVersion.NuGetVersion)'
74
+ title : ' v$(GitVersion.NuGetVersion)'
75
+ tagSource : ' auto'
76
+ isPreRelease : contains(variables['GitVersion.NuGetVersion'], '-')
77
+ condition : and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
You can’t perform that action at this time.
0 commit comments