From 241b33df444d804db4b699e0146714b35fadc986 Mon Sep 17 00:00:00 2001 From: hzexe Date: Tue, 8 Jan 2019 23:02:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89travis=E4=B8=8A=E7=9A=84nativ?= =?UTF-8?q?e=E7=BC=96=E8=AF=91=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 82c8c19..3ea586b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: # - dotnet restore -s QQMusic_Native_Library/nuget.config script: - - dotnet publish /p:NativeLib=Shared -r linux-x64 -c release QQMusic_Native_Library + # - 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 \ No newline at end of file