|
|
@@ -135,7 +135,7 @@ jobs:
|
|
|
inputs:
|
|
|
${{ if eq(parameters.buildDirectory, '') }}:
|
|
|
pathtoPublish: ${{ parameters.artifacts.path }}
|
|
|
- ${{ if ne(parameters.artifacts.name, '') }}:
|
|
|
+ ${{ if ne(parameters.buildDirectory, '') }}:
|
|
|
pathtoPublish: ${{ parameters.buildDirectory }}\${{ parameters.artifacts.path }}
|
|
|
${{ if eq(parameters.artifacts.name, '') }}:
|
|
|
artifactName: artifacts-$(AgentOsName)-$(BuildConfiguration)
|