Skip to content

Commit

Permalink
Merge pull request #412 from expload/i410-bump-dotnet
Browse files Browse the repository at this point in the history
Close #410: Bump dotnet core version, include Pravda.pdb in nuget package
  • Loading branch information
vovapolu authored Dec 10, 2018
2 parents c738e21 + 6d51f7d commit ee66ad3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pipeline:
event: tag
publish-pravda-dll-nuget:
group: dotnet
image: microsoft/dotnet:2.1-sdk
image: microsoft/dotnet:2.2-sdk
environment:
- PRAVDA_VERSION=${DRONE_TAG##v}
commands:
Expand Down
1 change: 1 addition & 0 deletions PravdaDotNet/Pravda.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
<PackageId>Expload.Pravda</PackageId>
<PackageVersion>$(PRAVDA_VERSION)</PackageVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
</Project>
Binary file modified PravdaDotNet/Pravda.dll
Binary file not shown.

0 comments on commit ee66ad3

Please sign in to comment.