Skip to content

Commit

Permalink
Cleanup breaks build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Waldron committed Mar 22, 2021
1 parent 8520225 commit d598df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ after_success:
before_deploy:
- dotnet pack -c Release
deploy:
cleanup: false
skip_cleanup: true
provider: script
script: dotnet nuget push ./src/Npam/bin/Release/Npam.*.nupkg -k $NUGET_API -s https://api.nuget.org/v3/index.json --skip-duplicate
on:
Expand Down
2 changes: 2 additions & 0 deletions src/Npam/Npam.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<PackageId>Npam</PackageId>
<Version>1.0.2</Version>
<Authors>Cameron Waldron</Authors>
<Description>Npam is a dotnet core interface and wrapper around the UNIX Pluggable Authentication Modules (PAM) libraries. Npam also includes dotnet core interfaces into other related library calls for group and account information.</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

</Project>

0 comments on commit d598df3

Please sign in to comment.