File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ dist: trusty
2
2
language : csharp
3
3
sudo : false
4
4
mono : none
5
- dotnet : 1.0.1
5
+ dotnet : 1.0.4
6
6
script :
7
7
- ./build.sh --quiet verify
8
8
- cd Wukong.Tests && dotnet restore && dotnet xunit
9
- - dotnet publish --self-contained - c Release -o wukong-dist_linux-x64 -r debian.8 -x64
9
+ - dotnet publish -c Release -o wukong-dist_linux-x64 -r ubuntu.14.04 -x64
10
10
- tar czvf wukong-dist_linux-x64.tar.gz wukong-dist_linux-x64/
11
11
deploy :
12
12
skip_cleanup : true
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp1.1</TargetFramework >
5
5
<PackageTargetFallback Condition =" '$(TargetFramework)' == 'netcoreapp1.1' " >$(PackageTargetFallback);dotnet5.6;portable-net45+win8</PackageTargetFallback >
6
- <RuntimeIdentifiers >debian.8-x64</RuntimeIdentifiers >
6
+ <RuntimeIdentifiers >debian.8-x64;ubuntu.14.04-x64 </RuntimeIdentifiers >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
Original file line number Diff line number Diff line change 6
6
<TargetFramework >netcoreapp1.1</TargetFramework >
7
7
<PackageTargetFallback Condition =" '$(TargetFramework)' == 'netcoreapp1.1' " >$(PackageTargetFallback);dotnet5.6;portable-net45+win8</PackageTargetFallback >
8
8
<UserSecretsId >a8a90403-e478-489e-a053-196337881d14</UserSecretsId >
9
- <RuntimeIdentifiers >debian.8-x64</RuntimeIdentifiers >
9
+ <RuntimeIdentifiers >debian.8-x64;ubuntu.14.04-x64 </RuntimeIdentifiers >
10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
You can’t perform that action at this time.
0 commit comments