-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
Azure.Core.TestFrameworkClientThis issue is related to a non-management packageThis issue is related to a non-management packageEngSysThis issue is impacting the engineering system.This issue is impacting the engineering system.
Description
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
Labels
Azure.Core.TestFrameworkClientThis issue is related to a non-management packageThis issue is related to a non-management packageEngSysThis issue is impacting the engineering system.This issue is impacting the engineering system.