Skip to content

Commit cf11391

Browse files
committed
Limit upload to the ProjectTemplates dir.
1 parent 7103186 commit cf11391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/scripts/Test-Template.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ function Test-Template {
459459
} else {
460460
Write-Warning "Publish binlog not found at $publishBinlogPath";
461461
}
462-
Write-Host "##vso[artifact.upload containerfolder=repo-full;artifactname=repo-full]$PSScriptRoot/../../.."
462+
Write-Host "##vso[artifact.upload containerfolder=project-templates;artifactname=project-templates]$PSScriptRoot/../.."
463463
}
464464
finally {
465465
Pop-Location -StackName TemplateFolder;

0 commit comments

Comments
 (0)