Skip to content

Commit

Permalink
convert to param
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Oct 21, 2023
1 parent 2272961 commit b8e7f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ function GetSourceRepo {
Write-Host ""
git status

git add ./.azure-devops/
git add ./.azure-devops/build.yml
git add $tempFolder/$subfolder
git add $tempFolder/$subfolder/build.yml
git commit -m "Updated build.yml"
}
}
Expand Down

0 comments on commit b8e7f3c

Please sign in to comment.