Skip to content

Commit

Permalink
Try to re-enable nuget publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pruiz committed Dec 13, 2022
1 parent cbd0591 commit 12ea79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build:
use_snupkg_format: true
verbosity: normal
artifacts:
- path: Outputs\
- path: '**\*.nupkg'
deploy:
- provider: NuGet
api_key:
Expand Down
2 changes: 1 addition & 1 deletion .msbuild/custom.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Product>AberrantSMPP Library</Product>
<Company>Pablo Ruiz</Company>
<Copyright>Copyright © Pablo Ruiz García 2010-2022</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
<Version Condition=" '$(Version)' == '' ">0.0.0.0</Version>
<FileVersion Condition=" '$(FileVersion)' == '' ">0.0.0.0</FileVersion>
<AssemblyTitle>AberrantSMPP</AssemblyTitle>
Expand Down

0 comments on commit 12ea79c

Please sign in to comment.