Skip to content

Commit

Permalink
Report version (#5161)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd authored Jul 23, 2024
1 parent de8c4cc commit 636ce35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/verify-nupkgs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function Verify-NugetPackageVersion {

$exes | ForEach-Object {
if ($_.VersionInfo.ProductVersion.Contains("+")) {
throw "Some files contain '+' in the ProductVersion, this breaks DTAAgent in AzDO."
throw "$_ contains '+' in the ProductVersion $($_.VersionInfo.ProductVersion), this breaks DTAAgent in AzDO."
}
else {
"$_ version $($_.VersionInfo.ProductVersion) is ok."
Expand Down

0 comments on commit 636ce35

Please sign in to comment.