From b85d6f1360b12823ef734293d2fbe8398a22b58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Thu, 17 Jun 2021 10:11:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=91=E5=B8=83=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastGithub/publish.cmd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 FastGithub/publish.cmd diff --git a/FastGithub/publish.cmd b/FastGithub/publish.cmd new file mode 100644 index 0000000..1175d4c --- /dev/null +++ b/FastGithub/publish.cmd @@ -0,0 +1,3 @@ +dotnet publish -c Release -f net6.0 /p:PublishSingleFile=true /p:PublishTrimmed=true -r win-x86 -o ./bin/publish/win-x86 +dotnet publish -c Release -f net6.0 /p:PublishSingleFile=true /p:PublishTrimmed=true -r win-x64 -o ./bin/publish/win-x64 +dotnet publish -c Release -f net6.0 /p:PublishSingleFile=true /p:PublishTrimmed=true -r linux-x64 -o ./bin/publish/linux-x64 \ No newline at end of file