fix message

This commit is contained in:
Aleksandr Chebotov
2021-03-22 13:44:19 +03:00
parent 81507e485b
commit 725c68b777

View File

@@ -35,7 +35,7 @@ param(
Import-Module $PSScriptRoot/helpers.psm1 -DisableNameChecking
# Create JSON body
$text = "The following versions of '$toolName' are available to upload: $toolVersion"
$text = "The following versions of '$toolName' are available, consider adding them to toolset: $toolVersion"
if (-not ([string]::IsNullOrWhiteSpace($PipelineUrl))) {
$text += "\nLink to the pipeline: $pipelineUrl"
}