diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index aeba455..f06728f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -132,7 +132,7 @@ jobs:
- pwsh: |
$officialBuild = '$(Build.SourceBranch)' -match '^refs/tags/v[0-9]+\.[0-9]+\.[0-9]+'
$wipBuild = '$(Build.SourceBranch)' -match '^refs/heads/.*-wip$'
- $ciBuildOnly = $wipBuild -or ('$(Build.SourceBranch)' -match '^refs/heads/(?:master|.*-servicing)$')
+ $ciBuildOnly = $wipBuild -or ('$(Build.SourceBranch)' -match '^refs/heads/(?:master|.*-servicing|azure-pipelines)$') # DEBUG: azure-pipelines
$continuousIntegrationTimestamp = Get-Date -Format yyyyMMddHHmmss
$buildSha = '$(Build.SourceVersion)'.SubString(0, 7);
$pack = $officialBuild -or $ciBuildOnly -or $wipBuild
diff --git a/src/EFCore.Jet.Data/EFCore.Jet.Data.csproj b/src/EFCore.Jet.Data/EFCore.Jet.Data.csproj
index 5a2090a..1a4747e 100644
--- a/src/EFCore.Jet.Data/EFCore.Jet.Data.csproj
+++ b/src/EFCore.Jet.Data/EFCore.Jet.Data.csproj
@@ -5,6 +5,7 @@
$(DefaultNetStandardTargetFramework);netcoreapp2.1;net461
AnyCPU;x86;x64
EntityFrameworkCore.Jet.Data
+ $(PackageTags);System.Data.Jet
diff --git a/src/EFCore.Jet.Data/Properties/System.Data.Jet.rd.xml b/src/EFCore.Jet.Data/Properties/EntityFrameworkCore.Jet.Data.rd.xml
similarity index 100%
rename from src/EFCore.Jet.Data/Properties/System.Data.Jet.rd.xml
rename to src/EFCore.Jet.Data/Properties/EntityFrameworkCore.Jet.Data.rd.xml