Skip to content

Commit 935eb91

Browse files
committed
Update publish profiles
1 parent d9c1bbc commit 935eb91

File tree

4 files changed

+34
-1
lines changed

4 files changed

+34
-1
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6+
<PropertyGroup>
7+
<PublishProtocol>FileSystem</PublishProtocol>
8+
<Configuration>Release</Configuration>
9+
<Platform>Any CPU</Platform>
10+
<TargetFramework>netcoreapp3.0</TargetFramework>
11+
<PublishDir>bin\publish\fde\linux-arm32</PublishDir>
12+
<RuntimeIdentifier>linux-arm</RuntimeIdentifier>
13+
<SelfContained>false</SelfContained>
14+
<_IsPortable>true</_IsPortable>
15+
</PropertyGroup>
16+
</Project>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6+
<PropertyGroup>
7+
<PublishProtocol>FileSystem</PublishProtocol>
8+
<Configuration>Release</Configuration>
9+
<Platform>Any CPU</Platform>
10+
<TargetFramework>netcoreapp3.0</TargetFramework>
11+
<PublishDir>bin\publish\fde\linux-arm64</PublishDir>
12+
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier>
13+
<SelfContained>false</SelfContained>
14+
<_IsPortable>true</_IsPortable>
15+
</PropertyGroup>
16+
</Project>

SerialDisk/Properties/PublishProfiles/FDE linux-x64.pubxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
1111
<PublishDir>bin\publish\FDE\linux-x64</PublishDir>
1212
<SelfContained>false</SelfContained>
1313
<_IsPortable>true</_IsPortable>
14+
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
1415
</PropertyGroup>
1516
</Project>

SerialDisk/Properties/PublishProfiles/Self-contained linux-arm32.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
88
<Configuration>Release</Configuration>
99
<Platform>Any CPU</Platform>
1010
<TargetFramework>netcoreapp3.0</TargetFramework>
11-
<PublishDir>bin\Release\netcoreapp3.0\publish\self-contained\linux-arm32</PublishDir>
11+
<PublishDir>bin\publish\self-contained\linux-arm32</PublishDir>
1212
<RuntimeIdentifier>linux-arm</RuntimeIdentifier>
1313
<SelfContained>true</SelfContained>
1414
<_IsPortable>false</_IsPortable>

0 commit comments

Comments
 (0)