Skip to content

Commit

Permalink
Appveyor testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrdacor committed Dec 14, 2022
1 parent dfb0341 commit fd1eea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fd1eea5

Please sign in to comment.