@@ -15,9 +15,6 @@ libraries:
15
15
android :
16
16
- ../Build/Forms/Release/android/ZXing.Net.Mobile.Forms.dll
17
17
- ../Build/Forms/Release/android/ZXing.Net.Mobile.Forms.Android.dll
18
- winphone-8.0 :
19
- - ../Build/Forms/Release/wp8.0/ZXing.Net.Mobile.Forms.dll
20
- - ../Build/Forms/Release/wp8.0/ZXing.Net.Mobile.Forms.WindowsPhone.dll
21
18
winuniversal-10.0 :
22
19
- ../Build/Forms/Release/uwp/ZXing.Net.Mobile.Forms.dll
23
20
- ../Build/Forms/Release/uwp/ZXing.Net.Mobile.Forms.WindowsUniversal.dll
@@ -27,10 +24,6 @@ is_shell: true
27
24
packages :
28
25
android :
29
26
- ZXing.Net.Mobile.Forms, Version={VERSION}
30
- winphone-8.0 :
31
- - ZXing.Net.Mobile.Forms, Version={VERSION}
32
- winphone-8.1 :
33
- - ZXing.Net.Mobile.Forms, Version={VERSION}
34
27
ios-unified :
35
28
- ZXing.Net.Mobile.Forms, Version={VERSION}
36
29
winuniversal-10.0 :
@@ -48,12 +41,10 @@ samples:
48
41
- ZXing.Net.Mobile.WindowsRT
49
42
- ZXing.Net.Mobile.iOS
50
43
- ZXing.Net.Mobile.Android
51
- - ZXing.Net.Mobile.WindowsPhone
52
44
- ZXing.Net.Mobile.WindowsUniversal
53
45
- ZXing.Net.Mobile.Forms
54
46
- ZXing.Net.Mobile.Forms.iOS
55
47
- ZXing.Net.Mobile.Forms.Android
56
- - ZXing.Net.Mobile.Forms.WindowsPhone
57
48
- ZXing.Net.Mobile.Forms.WindowsUniversal
58
49
installNuGets :
59
50
- project : FormsSample
@@ -68,10 +59,6 @@ samples:
68
59
packages :
69
60
- ZXing.Net.Mobile
70
61
- ZXing.Net.Mobile.Forms
71
- - project : FormsSample.WindowsPhone
72
- packages :
73
- - ZXing.Net.Mobile
74
- - ZXing.Net.Mobile.Forms
75
62
- project : FormsSample.WindowsUniversal
76
63
packages :
77
64
- ZXing.Net.Mobile
@@ -80,3 +67,4 @@ samples:
80
67
skip_docs : true
81
68
local-nuget-repo : ../output
82
69
no_build : true
70
+ skip_docs : true
0 commit comments