albacore 2.0.12 → 2.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/albacore/nuget_model.rb +1 -0
- data/lib/albacore/task_types/build.rb +2 -2
- data/lib/albacore/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 386fd8c1ebd49cf9183f9b3f1e55381d358000a9
|
|
4
|
+
data.tar.gz: bba5c79bca3d2e7618e57720bb35dfbd4b00f63d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91b999407c19841eeae62ed053942ba5f65fe03ec1fb6f4fcaac0aa16227e43d79bdd36476a75b7331270229d37a5cec60b67abf84997dc02d69aae30dae952d
|
|
7
|
+
data.tar.gz: 0755a5de63712d90a8d9331eb455bae6a14552d3d1e1ac2a7bd8ad50594963e775e16f17ec91bcd8ec119cc8cc305a125a9f148426fc85130033b141e910531d
|
data/lib/albacore/nuget_model.rb
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# encoding: utf-8
|
|
2
2
|
|
|
3
3
|
require 'rake'
|
|
4
4
|
require 'albacore/paths'
|
|
@@ -116,7 +116,7 @@ module Albacore
|
|
|
116
116
|
end
|
|
117
117
|
|
|
118
118
|
# Pass the parameters that you specify to the console logger, which displays build information in the console window. You can specify the following parameters:
|
|
119
|
-
# * PerformanceSummary. Show the time that
|
|
119
|
+
# * PerformanceSummary. Show the time that's spent in tasks, targets and projects.
|
|
120
120
|
# * Summary. Show the error and warning summary at the end.
|
|
121
121
|
# * NoSummary. Don't show the error and warning summary at the end.
|
|
122
122
|
# * ErrorsOnly. Show only errors.
|
data/lib/albacore/version.rb
CHANGED