Get artifacts from Saucelabs run (#4474)
This commit is contained in:
parent
60d9615f00
commit
d570a71e9f
|
|
@ -135,7 +135,7 @@ jobs:
|
||||||
inputs:
|
inputs:
|
||||||
${{ if eq(parameters.buildDirectory, '') }}:
|
${{ if eq(parameters.buildDirectory, '') }}:
|
||||||
pathtoPublish: ${{ parameters.artifacts.path }}
|
pathtoPublish: ${{ parameters.artifacts.path }}
|
||||||
${{ if ne(parameters.artifacts.name, '') }}:
|
${{ if ne(parameters.buildDirectory, '') }}:
|
||||||
pathtoPublish: ${{ parameters.buildDirectory }}\${{ parameters.artifacts.path }}
|
pathtoPublish: ${{ parameters.buildDirectory }}\${{ parameters.artifacts.path }}
|
||||||
${{ if eq(parameters.artifacts.name, '') }}:
|
${{ if eq(parameters.artifacts.name, '') }}:
|
||||||
artifactName: artifacts-$(AgentOsName)-$(BuildConfiguration)
|
artifactName: artifacts-$(AgentOsName)-$(BuildConfiguration)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue