mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-05-05 02:38:04 +00:00
Fixed: Don't fail on screenshot upload 2nd run
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user