Skip to content

Commit

Permalink
log more info
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Oct 21, 2023
1 parent aa13a64 commit 4a563a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,12 @@ function GetSourceRepo {

$subfolder = ".azure-devops"
if (!(Test-Path "$tempFolder/$($subfolder)")) {
Write-Host "Creating [$tempFolder/$($subfolder)]"
New-Item -ItemType Directory -Path "$tempFolder/$($subfolder)" | Out-Null
}

# overwrite the file in the .azure-devops/build.yml with the content from /development/WebGoat-GHAzDo-starter-pipeline.yml file
Write-Host "Copying build.yml from [$PSScriptRoot/development/WebGoat-GHAzDo-starter-pipeline.yml] to [$tempFolder/$subfolder/build.yml]"
Copy-Item -Path $PSScriptRoot/development/WebGoat-GHAzDo-starter-pipeline.yml -Destination $tempFolder/$subfolder/build.yml -Force
git status

Expand Down

0 comments on commit 4a563a2

Please sign in to comment.