Skip to content

Commit

Permalink
Pipeline fixes take 3 (#3465)
Browse files Browse the repository at this point in the history
* Update processHelixTestFiles to use & instead of ? when appending our parameter if the url returned by helix already had parameters.

* Fix ProcessHelixFiles take 2

* respond to feedback

* remove root directory
  • Loading branch information
StephenLPeters authored Oct 22, 2020
1 parent a08f765 commit 607b6de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/Helix/ProcessHelixFiles.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ foreach ($testRun in $testRuns.value)
}
foreach($verificationFile in $visualTreeVerificationFiles)
{
$directory = $(get-location).Path
$destination = "$directory\$visualTreeVerificationFolder\$($verificationFile.Name)"
$destination = "$visualTreeVerificationFolder\$($verificationFile.Name)"
$fileurl = Append-HelixAccessTokenToUrl $verificationFile.Link $HelixAccessToken
try
{
Expand Down

0 comments on commit 607b6de

Please sign in to comment.