Skip to content

Core release pipeline shows error related to Azure.Core.TestFramework #49551

Open
@JoshLove-msft

Description

@JoshLove-msft

Azure.Core.TestFramework was marked SkipRelease: true in the ci.yaml. This was intentional so that the package doesn't accidentally get shipped to public nuget. We only want to ship to the dev feed. The release pipeline has this error (which is treated as a warning):

Is Release Build: False
Get-Content : Cannot find path 'D:\a\_work\1\a\PackageInfo\Azure.Core.TestFramework.json' because it does not exist.
At D:\a\_work\1\s\eng\common\scripts\Validate-Package.ps1:185 char:12
+ $pkgInfo = Get-Content $packagePropertyFile | ConvertFrom-Json
+            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : ObjectNotFound: (D:\a\_work\1\a\Pack….TestFramework.json:String) [Get-Content], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Metadata

Metadata

Assignees

No one assigned

    Labels

    Azure.Core.TestFrameworkClientThis issue points to a problem in the data-plane of the library.EngSysThis issue is impacting the engineering system.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions