From f2c145231a0571add39f2accbc7500b201a5d1b8 Mon Sep 17 00:00:00 2001 From: leoniDEV Date: Fri, 13 Mar 2020 19:29:20 +0100 Subject: [PATCH] correzione parametro script --- build/azure-pipelines-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines-report.yml b/build/azure-pipelines-report.yml index 697e442..78f66c5 100644 --- a/build/azure-pipelines-report.yml +++ b/build/azure-pipelines-report.yml @@ -69,5 +69,5 @@ stages: pwsh: true targetType: filePath workingDirectory: $(Build.SourcesDirectory) - filePath: $(Build.SourcesDirectory)/build/publish-report.ps1 - arguments: -Name $(LoginName) -Pwd $(PBIPwd) -Path $(Build.SourcesDirectory)/$(FileName) \ No newline at end of file + filePath: $(Build.SourcesDirectory)\build\publish-report.ps1 + arguments: -Username $(LoginName) -Pwd $(PBIPwd) -Path $(Build.SourcesDirectory)\$(FileName) \ No newline at end of file