From fd1eea586dfe7ddb4933290890c34963822c72e3 Mon Sep 17 00:00:00 2001 From: Pyrdacor Date: Wed, 14 Dec 2022 12:27:13 +0100 Subject: [PATCH] Appveyor testing --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 782c98e..c0a288e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,7 @@ for: - dotnet test FreeserfNet.sln -c LinuxRelease --no-build --verbosity normal after_test: - dotnet publish -c LinuxRelease FreeserfNet/FreeserfNet.csproj -p:DefineConstants=LINUX -p:PublishSingleFile=true -r ubuntu-x64 - - 7z a Freeserf.net-Linux.tar "./FreeserfNet/bin/Any CPU/LinuxRelease/ubuntu-x64/publish/." "./changelog.txt" "./FreeserfNet/bass/linux-x64/*.so" + - 7z a Freeserf.net-Linux.tar "./FreeserfNet/bin/Any CPU/LinuxRelease/ubuntu-x64/publish/FreeserfNet" "./changelog.txt" "./FreeserfNet/bass/linux-x64/*.so" - 7z a Freeserf.net-Linux.tar.gz Freeserf.net-Linux.tar -mx9 - matrix: