File tree Expand file tree Collapse file tree 5 files changed +21
-18
lines changed Expand file tree Collapse file tree 5 files changed +21
-18
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
36
36
- name : Build
37
37
run : |
38
38
cd v2rayN
39
- dotnet publish ./v2rayN.Desktop/v2rayN.Desktop.csproj -c Release -r linux-x64 --self-contained=true -p:PublishReadyToRun=false -p:PublishSingleFile=true - o $OutputPath64
40
- dotnet publish ./v2rayN.Desktop/v2rayN.Desktop.csproj -c Release -r linux-arm64 --self-contained=true -p:PublishReadyToRun=false -p:PublishSingleFile=true - o $OutputPathArm64
41
- dotnet publish ./AmazTool/AmazTool.csproj -c Release -r linux-x64 --self-contained=true -p:PublishReadyToRun=false -p:PublishSingleFile =true -p:PublishTrimmed=true -o $OutputPath64
42
- dotnet publish ./AmazTool/AmazTool.csproj -c Release -r linux-arm64 --self-contained=true -p:PublishReadyToRun=false -p:PublishSingleFile =true -p:PublishTrimmed=true -o $OutputPathArm64
39
+ dotnet publish ./v2rayN.Desktop/v2rayN.Desktop.csproj -c Release -r linux-x64 --self-contained=true -o $OutputPath64
40
+ dotnet publish ./v2rayN.Desktop/v2rayN.Desktop.csproj -c Release -r linux-arm64 --self-contained=true -o $OutputPathArm64
41
+ dotnet publish ./AmazTool/AmazTool.csproj -c Release -r linux-x64 --self-contained=true -p:PublishTrimmed=true -o $OutputPath64
42
+ dotnet publish ./AmazTool/AmazTool.csproj -c Release -r linux-arm64 --self-contained=true -p:PublishTrimmed=true -o $OutputPathArm64
43
43
44
44
- name : Upload build artifacts
45
45
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
36
36
- name : Build
37
37
run : |
38
38
cd v2rayN
39
- dotnet publish ./v2rayN.Desktop/v2rayN.Desktop.csproj -c Release -r osx-x64 --self-contained=true -p:PublishReadyToRun=false -p:PublishSingleFile=true - o $OutputPath64
40
- dotnet publish ./v2rayN.Desktop/v2rayN.Desktop.csproj -c Release -r osx-arm64 --self-contained=true -p:PublishReadyToRun=false -p:PublishSingleFile=true - o $OutputPathArm64
41
- dotnet publish ./AmazTool/AmazTool.csproj -c Release -r osx-x64 --self-contained=true -p:PublishReadyToRun=false -p:PublishSingleFile=true -p: PublishTrimmed=true -o $OutputPath64
42
- dotnet publish ./AmazTool/AmazTool.csproj -c Release -r osx-arm64 --self-contained=true -p:PublishReadyToRun=false -p:PublishSingleFile=true -p: PublishTrimmed=true -o $OutputPathArm64
39
+ dotnet publish ./v2rayN.Desktop/v2rayN.Desktop.csproj -c Release -r osx-x64 --self-contained=true -o $OutputPath64
40
+ dotnet publish ./v2rayN.Desktop/v2rayN.Desktop.csproj -c Release -r osx-arm64 --self-contained=true -o $OutputPathArm64
41
+ dotnet publish ./AmazTool/AmazTool.csproj -c Release -r osx-x64 --self-contained=true -p:PublishTrimmed=true -o $OutputPath64
42
+ dotnet publish ./AmazTool/AmazTool.csproj -c Release -r osx-arm64 --self-contained=true -p:PublishTrimmed=true -o $OutputPathArm64
43
43
44
44
- name : Upload build artifacts
45
45
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
36
36
- name : Build
37
37
run : |
38
38
cd v2rayN
39
- dotnet publish ./v2rayN.Desktop/v2rayN.Desktop.csproj -c Release -r win-x64 --self-contained=true -p:PublishReadyToRun=false -p:PublishSingleFile=true -p: EnableWindowsTargeting=true -o $OutputPath64
40
- dotnet publish ./v2rayN.Desktop/v2rayN.Desktop.csproj -c Release -r win-arm64 --self-contained=true -p:PublishReadyToRun=false -p:PublishSingleFile=true -p: EnableWindowsTargeting=true -o $OutputPathArm64
41
- dotnet publish ./AmazTool/AmazTool.csproj -c Release -r win-x64 --self-contained=true -p:PublishReadyToRun=false -p:PublishSingleFile= true -p:PublishTrimmed=true -p:EnableWindowsTargeting =true -o $OutputPath64
42
- dotnet publish ./AmazTool/AmazTool.csproj -c Release -r win-arm64 --self-contained=true -p:PublishReadyToRun=false -p:PublishSingleFile= true -p:PublishTrimmed=true -p:EnableWindowsTargeting =true -o $OutputPathArm64
39
+ dotnet publish ./v2rayN.Desktop/v2rayN.Desktop.csproj -c Release -r win-x64 --self-contained=true -p:EnableWindowsTargeting=true -o $OutputPath64
40
+ dotnet publish ./v2rayN.Desktop/v2rayN.Desktop.csproj -c Release -r win-arm64 --self-contained=true -p:EnableWindowsTargeting=true -o $OutputPathArm64
41
+ dotnet publish ./AmazTool/AmazTool.csproj -c Release -r win-x64 --self-contained=true -p:EnableWindowsTargeting= true -p:PublishTrimmed=true -o $OutputPath64
42
+ dotnet publish ./AmazTool/AmazTool.csproj -c Release -r win-arm64 --self-contained=true -p:EnableWindowsTargeting= true -p:PublishTrimmed=true -o $OutputPathArm64
43
43
44
44
- name : Upload build artifacts
45
45
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
- name : Build
38
38
run : |
39
39
cd v2rayN
40
- dotnet publish ./v2rayN/v2rayN.csproj -c Release -r win-x64 --self-contained=false -p:PublishReadyToRun=false -p:PublishSingleFile=true -p:EnableWindowsTargeting=true -o $OutputPath64
41
- dotnet publish ./v2rayN/v2rayN.csproj -c Release -r win-arm64 --self-contained=false -p:PublishReadyToRun=false -p:PublishSingleFile=true -p:EnableWindowsTargeting=true -o $OutputPathArm64
42
- dotnet publish ./v2rayN/v2rayN.csproj -c Release -r win-x64 --self-contained=true -p:PublishReadyToRun=false -p:PublishSingleFile=true -p:EnableWindowsTargeting=true -o $OutputPath64Sc
43
- dotnet publish ./AmazTool/AmazTool.csproj -c Release -r win-x64 --self-contained=false -p:PublishReadyToRun=false -p:PublishSingleFile=true -p: EnableWindowsTargeting=true -o $OutputPath64
44
- dotnet publish ./AmazTool/AmazTool.csproj -c Release -r win-arm64 --self-contained=false -p:PublishReadyToRun=false -p:PublishSingleFile=true -p: EnableWindowsTargeting=true -o $OutputPathArm64
45
- dotnet publish ./AmazTool/AmazTool.csproj -c Release -r win-x64 --self-contained=true -p:PublishReadyToRun=false -p:PublishSingleFile= true -p:PublishTrimmed=true -p:EnableWindowsTargeting =true -o $OutputPath64Sc
40
+ dotnet publish ./v2rayN/v2rayN.csproj -c Release -r win-x64 --self-contained=false -p:EnableWindowsTargeting=true -o $OutputPath64
41
+ dotnet publish ./v2rayN/v2rayN.csproj -c Release -r win-arm64 --self-contained=false -p:EnableWindowsTargeting=true -o $OutputPathArm64
42
+ dotnet publish ./v2rayN/v2rayN.csproj -c Release -r win-x64 --self-contained=true -p:EnableWindowsTargeting=true -o $OutputPath64Sc
43
+ dotnet publish ./AmazTool/AmazTool.csproj -c Release -r win-x64 --self-contained=false -p:EnableWindowsTargeting=true -o $OutputPath64
44
+ dotnet publish ./AmazTool/AmazTool.csproj -c Release -r win-arm64 --self-contained=false -p:EnableWindowsTargeting=true -o $OutputPathArm64
45
+ dotnet publish ./AmazTool/AmazTool.csproj -c Release -r win-x64 --self-contained=true -p:EnableWindowsTargeting= true -p:PublishTrimmed=true -o $OutputPath64Sc
46
46
47
47
48
48
- name : Upload build artifacts
Original file line number Diff line number Diff line change 25
25
<MetadataUpdaterSupport >false</MetadataUpdaterSupport >
26
26
<EnableUnsafeBinaryFormatterSerialization >false</EnableUnsafeBinaryFormatterSerialization >
27
27
<EnableUnsafeUTF7Encoding >false</EnableUnsafeUTF7Encoding >
28
+
28
29
<UseSystemResourceKeys >true</UseSystemResourceKeys >
30
+ <PublishSingleFile >true</PublishSingleFile >
31
+ <PublishReadyToRun >false</PublishReadyToRun >
29
32
</PropertyGroup >
30
33
</Project >
You can’t perform that action at this time.
0 commit comments