From ab83913dede036809aa1e2b809448d978c69f11c Mon Sep 17 00:00:00 2001 From: hzexe Date: Tue, 8 Jan 2019 22:48:42 +0800 Subject: [PATCH] ... --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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