Open
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