We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecaa20 commit 386170dCopy full SHA for 386170d
build.bat
@@ -8,6 +8,6 @@ if exist %MS_COMMUNITY_PATH% (
8
)
9
10
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
+dotnet publish -f netcoreapp2.0 .\NetCoreSender\NetCoreSender.csproj -r win7-x64
+dotnet publish -f netcoreapp2.0 .\NetCoreReceiver\NetCoreReceiver.csproj -r win7-x64
+dotnet publish -f netcoreapp2.0 .\NetCoreConnector\NetCoreConnector.csproj -r win7-x64
0 commit comments