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 88 <Authors >aquality automation committers</Authors >
99 <Company >aquality automation</Company >
1010 <Description >Wrapper over Selenium WebDriver for .NET</Description >
11+ <PackageDescription >Wrapper over Selenium WebDriver for .NET</PackageDescription >
1112 <PackageLicenseExpression ></PackageLicenseExpression >
1213 <RepositoryUrl >https://github.com/aquality-automation/aquality-selenium-dotnet</RepositoryUrl >
1314 <RepositoryType >git</RepositoryType >
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ public void Should_BePossibleTo_ExecuteJavaScript()
108108 Assert . AreEqual ( url , currentUrl ) ;
109109 }
110110
111+ [ Ignore ( "Need to be fixed" ) ]
111112 [ Test ]
112113 public void Should_BePossibleTo_ExecuteAsyncJavaScript ( )
113114 {
Original file line number Diff line number Diff line change 5353 inputs :
5454 command : ' pack'
5555 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 )
5757
5858- task : NuGetCommand@2
5959 displayName : ' Push NuGet package'
@@ -64,9 +64,14 @@ steps:
6464 publishFeedCredentials : ' NuGet'
6565 condition : and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
6666
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