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