Skip to content

Commit

Permalink
Syntax Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryanb58 committed Jun 6, 2023
1 parent aa29c10 commit edfd2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/export-to-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Initialize Solution If DNE
run: |
if (!(Test-Path -Path "./Solutions/${{ github.event.inputs.solution_name }}"')) {
if (!(Test-Path -Path "./Solutions/${{ github.event.inputs.solution_name }}")) {
pac solution init --publisher-name PowerAccelerator --publisher-prefix mpa --outputDirectory ./YOURNAMEHERE
$cdsprojFilePath = "./Solutions/${{ github.event.inputs.solution_name }}/${{ github.event.inputs.solution_name }}.cdsproj"
[xml]$xmlDoc = Get-Content $cdsprojFilePath
Expand Down

0 comments on commit edfd2ae

Please sign in to comment.