Skip to content

Commit 386170d

Browse files
committed
Build .net core on windows as exe
1 parent aecaa20 commit 386170d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ if exist %MS_COMMUNITY_PATH% (
88
)
99

1010
rem publish netcore client
11-
dotnet publish -f netcoreapp2.0 .\NetCoreSender\NetCoreSender.csproj
12-
dotnet publish -f netcoreapp2.0 .\NetCoreReceiver\NetCoreReceiver.csproj
13-
dotnet publish -f netcoreapp2.0 .\NetCoreConnector\NetCoreConnector.csproj
11+
dotnet publish -f netcoreapp2.0 .\NetCoreSender\NetCoreSender.csproj -r win7-x64
12+
dotnet publish -f netcoreapp2.0 .\NetCoreReceiver\NetCoreReceiver.csproj -r win7-x64
13+
dotnet publish -f netcoreapp2.0 .\NetCoreConnector\NetCoreConnector.csproj -r win7-x64

0 commit comments

Comments
 (0)