Fix packaging.

azure-pipelines
Laurents Meyer 5 years ago
parent 87e77c351b
commit 6d9769f404

@ -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

@ -5,6 +5,7 @@
<TargetFrameworks>$(DefaultNetStandardTargetFramework);netcoreapp2.1;net461</TargetFrameworks>
<Platforms>AnyCPU;x86;x64</Platforms>
<RootNamespace>EntityFrameworkCore.Jet.Data</RootNamespace>
<PackageTags>$(PackageTags);System.Data.Jet</PackageTags>
</PropertyGroup>
<ItemGroup>

Loading…
Cancel
Save