Skip to content

Commit

Permalink
refactor(build): Move Out-QRCode to subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed Mar 20, 2021
1 parent 898254f commit 7359e2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ $JobBuildUriQRCode = {
| Foreach-Object { $_.Matches } | Foreach-Object { $_.Groups[0].Value };
Write-Verbose "Source URL `"$SourceURL`"";

$SourceURL | .\tools\Out-QRCode.ps1 -FilePath $DestinationQRCodeFile `
$SourceURL | .\tools\QRCode\Out-QRCode.ps1 -FilePath $DestinationQRCodeFile `
-Verbose:( $PSCmdlet.MyInvocation.BoundParameters.Verbose.IsPresent -eq $true ) `
-Debug:( $PSCmdlet.MyInvocation.BoundParameters.Debug.IsPresent -eq $true );
};
Expand Down
File renamed without changes.

0 comments on commit 7359e2c

Please sign in to comment.