mirror of
https://github.com/Readarr/Readarr
synced 2026-01-02 21:53:18 +01:00
Fixed: Don't fail on screenshot upload 2nd run
This commit is contained in:
parent
96461b8aa3
commit
7670e7a547
2 changed files with 2 additions and 1 deletions
|
|
@ -709,6 +709,7 @@ stages:
|
|||
TargetFolder: '$(Build.ArtifactStagingDirectory)/screenshots'
|
||||
- publish: $(Build.ArtifactStagingDirectory)/screenshots
|
||||
artifact: '$(osName)AutomationScreenshots'
|
||||
continueOnError: true
|
||||
displayName: Publish Screenshot Bundle
|
||||
- task: PublishTestResults@2
|
||||
inputs:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
</PackageReference>
|
||||
<PackageReference Include="NunitXml.TestLogger" Version="2.1.62" />
|
||||
<PackageReference Include="Selenium.Support" Version="3.141.0" />
|
||||
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="84.0.4147.3001" />
|
||||
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="86.0.4240.2200" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\NzbDrone.Test.Common\Readarr.Test.Common.csproj" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue