Skip to content

Commit

Permalink
Use snupkg
Browse files Browse the repository at this point in the history
Add NPoco.SqlServer dependency
  • Loading branch information
Michael Ganss committed Nov 13, 2020
1 parent d3b60e9 commit 8ecd7c7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
4 changes: 4 additions & 0 deletions SyncChanges.Console/SyncChanges.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,16 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/mganss/SyncChanges</RepositoryUrl>
<RootNamespace>SyncChanges.Console</RootNamespace>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Mono.Options" Version="6.6.0.161" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="NLog" Version="4.7.5" />
<PackageReference Include="NLog.Schema" Version="4.7.5" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SyncChanges\SyncChanges.csproj" />
Expand Down
4 changes: 4 additions & 0 deletions SyncChanges.Service/SyncChanges.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,15 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/mganss/SyncChanges</RepositoryUrl>
<RootNamespace>SyncChanges.Service</RootNamespace>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="NLog" Version="4.7.5" />
<PackageReference Include="NLog.Schema" Version="4.7.5" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SyncChanges\SyncChanges.csproj" />
Expand Down
5 changes: 5 additions & 0 deletions SyncChanges/SyncChanges.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,17 @@
<RootNamespace>SyncChanges</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\SyncChanges.xml</DocumentationFile>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.8.26" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="NLog" Version="4.7.5" />
<PackageReference Include="NPoco" Version="5.0.0" />
<PackageReference Include="NPoco.SqlServer" Version="5.0.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ test_script:
- pip install codecov
- codecov -f "coverage.xml"
artifacts:
- path: 'SyncChanges\**\*.nupkg'
- path: 'SyncChanges.Console\**\*.nupkg'
- path: 'SyncChanges.Service\**\*.nupkg'
- path: 'SyncChanges\**\*.*nupkg'
- path: 'SyncChanges.Console\**\*.*nupkg'
- path: 'SyncChanges.Service\**\*.*nupkg'
- path: SyncChanges.Console.%APPVEYOR_BUILD_VERSION%.zip
- path: SyncChanges.Service.%APPVEYOR_BUILD_VERSION%.zip
on_success:
Expand Down

0 comments on commit 8ecd7c7

Please sign in to comment.