You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sync eng/common directory with azure-sdk-tools for PR 15310 (#46555)
* Add ability to exclude artifacts from CODEOWNERS verification in ci.yml
* Review feedback
---------
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
if ($excludedArtifacts-contains$pkgProperties.Name) {
31
+
Write-Host"Skipping package: $($pkgProperties.Name)$($pkgProperties.DirectoryPath) because it is in the list of artifacts to exclude from validation."
32
+
continue
33
+
}
18
34
if ($SdkTypes-notcontains$pkgProperties.SdkType) {
19
35
Write-Host"Skipping package: $($pkgProperties.Name)$($pkgProperties.DirectoryPath) because its SdkType '$($pkgProperties.SdkType)' is not in the list of SdkTypes to validate."
0 commit comments