From 33a765dcc51a12204bbc89906f1217715b838542 Mon Sep 17 00:00:00 2001 From: MaksimZhukov Date: Tue, 18 Feb 2020 17:19:11 +0300 Subject: [PATCH] Change pwsh step to powershell step --- images.CI/azure-pipelines/image-generation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images.CI/azure-pipelines/image-generation.yml b/images.CI/azure-pipelines/image-generation.yml index 459b55c3..bab1c1c8 100644 --- a/images.CI/azure-pipelines/image-generation.yml +++ b/images.CI/azure-pipelines/image-generation.yml @@ -6,7 +6,7 @@ jobs: - group: Image Generation Variables steps: - - pwsh: | + - powershell: | Remove-Item -path './*' -Recurse -Force Write-Host "Download $(BRANCH_NAME) branch from $(IMAGE_GEN_REPO_URI)" git clone $(IMAGE_GEN_REPO_URI) . -b $(BRANCH_NAME) --single-branch --depth 1