Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
correzione parametro script
Browse files Browse the repository at this point in the history
  • Loading branch information
leoniDEV committed Mar 13, 2020
1 parent 9742eba commit f2c1452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/azure-pipelines-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
filePath: $(Build.SourcesDirectory)\build\publish-report.ps1
arguments: -Username $(LoginName) -Pwd $(PBIPwd) -Path $(Build.SourcesDirectory)\$(FileName)

0 comments on commit f2c1452

Please sign in to comment.