Skip to content

Commit

Permalink
Seperate commands for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylandro committed May 19, 2019
1 parent 0ecd84d commit e06befe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ language: csharp
mono: none
dotnet: 2.1
script:
- dotnet pack nuget/osn-i18n.csproj && dotnet nuget push nuget/bin/Debug/*.nupkg -s https://api.nuget.org/v3/index.json -k $nuget_key
- dotnet build nuget/osn-i18n.csproj && dotnet pack nuget/osn-i18n.csproj && dotnet nuget push nuget/bin/Debug/*.nupkg -s https://api.nuget.org/v3/index.json -k $nuget_key

0 comments on commit e06befe

Please sign in to comment.