We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7103186 commit cf11391Copy full SHA for cf11391
src/ProjectTemplates/scripts/Test-Template.psm1
@@ -459,7 +459,7 @@ function Test-Template {
459
} else {
460
Write-Warning "Publish binlog not found at $publishBinlogPath";
461
}
462
- Write-Host "##vso[artifact.upload containerfolder=repo-full;artifactname=repo-full]$PSScriptRoot/../../.."
+ Write-Host "##vso[artifact.upload containerfolder=project-templates;artifactname=project-templates]$PSScriptRoot/../.."
463
464
finally {
465
Pop-Location -StackName TemplateFolder;
0 commit comments