diff --git a/.travis.yml b/.travis.yml index 79b8b67..6c9aa45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,11 +10,12 @@ before_install: - export PATH=$PATH:$HOME/dotnet install: - - dotnet restore + - dotnet restore -s QQMusic_Native_Library/nuget.config script: - dotnet build -f netstandard1.6 /p:Configuration=Release QQMusic.hzexe.com - dotnet build -f netstandard2.0 /p:Configuration=Release QQMusic.hzexe.com # - dotnet build /p:Configuration=Release Example/Basic-Console # - dotnet build /p:Configuration=Release LibTest - # - dotnet test LibTest \ No newline at end of file + # - dotnet test LibTest + - dotnet publish /p:NativeLib=Shared -r linux-x64 -c release QQMusic_Native_Library \ No newline at end of file