File tree Expand file tree Collapse file tree 4 files changed +33
-5
lines changed
tests/LLVMSharp.UnitTests Expand file tree Collapse file tree 4 files changed +33
-5
lines changed Original file line number Diff line number Diff line change 15
15
<DefineConstants >$(DefineConstants);$(OS)</DefineConstants >
16
16
</PropertyGroup >
17
17
18
+ <!-- Settings that allow testing to work by default -->
19
+ <PropertyGroup >
20
+ <RuntimeIdentifier Condition =" '$(RuntimeIdentifier)' == ''" >$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifier >
21
+ </PropertyGroup >
22
+
18
23
<!-- Package versions for package references across all projects -->
19
24
<ItemGroup >
25
+ <PackageReference Update =" libLLVM" Version =" 8.0.0" />
20
26
<PackageReference Update =" Microsoft.Net.Compilers.Toolset" Version =" 3.2.0-beta1-final" />
21
27
<PackageReference Update =" Microsoft.NET.Test.Sdk" Version =" 16.1.1" />
22
28
<PackageReference Update =" NUnit" Version =" 3.12.0" />
Original file line number Diff line number Diff line change 52
52
- job : ubuntu_1604_debug_x64
53
53
pool :
54
54
name : Hosted Ubuntu 1604
55
+ variables :
56
+ RuntimeIdentifier : ubuntu.16.04-x64
55
57
steps :
56
58
- task : Bash@3
57
59
displayName : ' Run scripts/cibuild.sh'
63
65
- job : ubuntu_1604_release_x64
64
66
pool :
65
67
name : Hosted Ubuntu 1604
68
+ variables :
69
+ RuntimeIdentifier : ubuntu.16.04-x64
70
+ steps :
71
+ - task : Bash@3
72
+ displayName : ' Run scripts/cibuild.sh'
73
+ inputs :
74
+ targetType : filePath
75
+ filePath : ./scripts/cibuild.sh
76
+ arguments : ' --configuration Release --architecture x64'
77
+
78
+ - job : macos_1014_debug_x64
79
+ pool :
80
+ name : Hosted macOS
81
+ steps :
82
+ - task : Bash@3
83
+ displayName : ' Run scripts/cibuild.sh'
84
+ inputs :
85
+ targetType : filePath
86
+ filePath : ./scripts/cibuild.sh
87
+ arguments : ' --configuration Debug --architecture x64'
88
+
89
+ - job : macos_1014_release_x64
90
+ pool :
91
+ name : Hosted macOS
66
92
steps :
67
93
- task : Bash@3
68
94
displayName : ' Run scripts/cibuild.sh'
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" libLLVM" Version = " 7.0.1 " NoWarn = " NU1701 " PrivateAssets = " all " />
10
+ <PackageReference Include =" libLLVM" />
11
11
</ItemGroup >
12
12
13
13
</Project >
Original file line number Diff line number Diff line change 5
5
<TargetFramework >netcoreapp2.1</TargetFramework >
6
6
</PropertyGroup >
7
7
8
- <ItemGroup >
9
- <PackageReference Include =" libLLVM" Version =" 5.0.1" NoWarn =" NU1701" />
10
- </ItemGroup >
11
-
12
8
<ItemGroup >
13
9
<ProjectReference Include =" ..\..\sources\LLVMSharp\LLVMSharp.csproj" />
14
10
</ItemGroup >
You can’t perform that action at this time.
0 commit comments