7 references to AzDoNuGetFeedPattern
Microsoft.DotNet.Build.Tasks.Feed (6)
src\AzureDevOpsNugetFeedAssetPublisher.cs (2)
38
var parsedUri = Regex.Match(_targetUrl, PublishingConstants.
AzDoNuGetFeedPattern
);
42
$"Azure DevOps NuGetFeed was not in the expected format '{PublishingConstants.
AzDoNuGetFeedPattern
}'");
src\PublishArtifactsInManifestBase.cs (4)
1289
var parsedUri = Regex.Match(feedConfig.TargetURL, PublishingConstants.
AzDoNuGetFeedPattern
);
1293
$"Azure DevOps NuGetFeed was not in the expected format '{PublishingConstants.
AzDoNuGetFeedPattern
}'");
1638
var parsedUri = Regex.Match(feedConfig.TargetURL, PublishingConstants.
AzDoNuGetFeedPattern
);
1643
$"Azure DevOps NuGetFeed was not in the expected format '{PublishingConstants.
AzDoNuGetFeedPattern
}'");
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
PublishArtifactsInManifestTests.cs (1)
66
var matches = Regex.Match(uri, PublishingConstants.
AzDoNuGetFeedPattern
);