From 7bc675b7a763f853534df0ed74174cf7c9df1640 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 21 Oct 2023 15:30:20 +0200 Subject: [PATCH] testing smore --- make.ps1 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/make.ps1 b/make.ps1 index 9080b4d..8579bf2 100644 --- a/make.ps1 +++ b/make.ps1 @@ -130,6 +130,15 @@ function GetSourceRepo { } # overwrite the file in the .azure-devops/build.yml with the content from /development/WebGoat-GHAzDo-starter-pipeline.yml file + Write-Host "Contents of $PSScriptRoot/development/WebGoat-GHAzDo-starter-pipeline.yml" + ls $PSScriptRoot/development/ + cat $PSScriptRoot/development/WebGoat-GHAzDo-starter-pipeline.yml + + Write-Host "" + Write-Host "Contents of $tempFolder/$subfolder/build.yml" + ls $tempFolder/$subfolder/ + cat $tempFolder/$subfolder/build.yml + 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