7 references to AzDoNuGetFeedPattern
Microsoft.DotNet.Build.Tasks.Feed (6)
src\AzureDevOpsNugetFeedAssetPublisher.cs (2)
37
var parsedUri = Regex.Match(_targetUrl, PublishingConstants.
AzDoNuGetFeedPattern
);
41
$"Azure DevOps NuGetFeed was not in the expected format '{PublishingConstants.
AzDoNuGetFeedPattern
}'");
src\PublishArtifactsInManifestBase.cs (4)
1375
var parsedUri = Regex.Match(feedConfig.TargetURL, PublishingConstants.
AzDoNuGetFeedPattern
);
1379
$"Azure DevOps NuGetFeed was not in the expected format '{PublishingConstants.
AzDoNuGetFeedPattern
}'");
1793
var parsedUri = Regex.Match(feedConfig.TargetURL, PublishingConstants.
AzDoNuGetFeedPattern
);
1798
$"Azure DevOps NuGetFeed was not in the expected format '{PublishingConstants.
AzDoNuGetFeedPattern
}'");
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
PublishArtifactsInManifestTests.cs (1)
256
var matches = Regex.Match(uri, PublishingConstants.
AzDoNuGetFeedPattern
);