Commit eb1db9b 1 parent cb6474a commit eb1db9b Copy full SHA for eb1db9b
File tree 4 files changed +14
-1
lines changed
PhoneNumbers.Extensions.Test
4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 13
13
<PropertyGroup Condition =" '$(APPVEYOR_PULL_REQUEST_NUMBER)' == ''" >
14
14
<SignAssembly >true</SignAssembly >
15
15
<AssemblyOriginatorKeyFile >../../key.snk</AssemblyOriginatorKeyFile >
16
+ </PropertyGroup >
17
+
18
+ <PropertyGroup Condition =" '($(TargetFramework)' == 'net8.0' Or '$(TargetFramework)' == 'net9.0) And $(APPVEYOR_PULL_REQUEST_NUMBER)'" >
16
19
<PublicSign >true</PublicSign >
17
20
</PropertyGroup >
18
21
Original file line number Diff line number Diff line change 30
30
<PropertyGroup Condition =" '$(APPVEYOR_PULL_REQUEST_NUMBER)' == ''" >
31
31
<SignAssembly >true</SignAssembly >
32
32
<AssemblyOriginatorKeyFile >../../key.snk</AssemblyOriginatorKeyFile >
33
+ </PropertyGroup >
34
+
35
+ <PropertyGroup Condition =" '($(TargetFramework)' == 'net8.0' Or '$(TargetFramework)' == 'net9.0) And $(APPVEYOR_PULL_REQUEST_NUMBER)'" >
33
36
<PublicSign >true</PublicSign >
34
37
</PropertyGroup >
35
38
Original file line number Diff line number Diff line change 12
12
<PropertyGroup Condition =" '$(APPVEYOR_PULL_REQUEST_NUMBER)' == ''" >
13
13
<SignAssembly >true</SignAssembly >
14
14
<AssemblyOriginatorKeyFile >../../key.snk</AssemblyOriginatorKeyFile >
15
+ </PropertyGroup >
16
+
17
+ <PropertyGroup Condition =" '($(TargetFramework)' == 'net8.0' Or '$(TargetFramework)' == 'net9.0) And $(APPVEYOR_PULL_REQUEST_NUMBER)'" >
15
18
<PublicSign >true</PublicSign >
16
19
</PropertyGroup >
17
20
Original file line number Diff line number Diff line change 32
32
<PropertyGroup Condition =" '$(APPVEYOR_PULL_REQUEST_NUMBER)' == ''" >
33
33
<SignAssembly >true</SignAssembly >
34
34
<AssemblyOriginatorKeyFile >../../key.snk</AssemblyOriginatorKeyFile >
35
- <PublicSign >true</PublicSign >
36
35
<DefineConstants >$(DefineConstants);SIGNED</DefineConstants >
37
36
</PropertyGroup >
38
37
38
+ <PropertyGroup Condition =" '($(TargetFramework)' == 'net8.0' Or '$(TargetFramework)' == 'net9.0) And $(APPVEYOR_PULL_REQUEST_NUMBER)'" >
39
+ <PublicSign >true</PublicSign >
40
+ </PropertyGroup >
41
+
42
+
39
43
<ItemGroup >
40
44
<EmbeddedResource Include =" ..\..\resources\*.xml" Exclude =" ..\..\resources\PhoneNumberMetadataForTesting.xml" />
41
45
<EmbeddedResource Include =" ..\..\resources\timezones\map_data.txt" LinkBase =" timezones" />
You can’t perform that action at this time.
0 commit comments