Skip to content

Commit 43775f1

Browse files
authored
Publish linux-x64 binaries (#43)
1 parent 356e6b1 commit 43775f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/publish-workers.cmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ set Build.Configuration=%3
88

99
CALL :PublishWorker net461, win-x64
1010
CALL :PublishWorker netcoreapp2.1, win-x64
11-
CALL :PublishWorker netcoreapp2.1, ubuntu.16.04-x64
12-
CALL :PublishWorker netcoreapp2.1, ubuntu.18.04-x64
11+
CALL :PublishWorker netcoreapp2.1, linux-x64
1312
EXIT /B %ERRORLEVEL%
1413

1514
:PublishWorker

0 commit comments

Comments
 (0)