diff --git a/.travis.yml b/.travis.yml index 1fdc238..06db2a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - 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 \ No newline at end of file