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