azdeploy 1.0.36 → 1.0.37
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/azdeploy.gemspec +1 -1
- data/lib/build.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: 74803139c1a1cbb887936194245ce5c719c86d68
|
4
|
+
data.tar.gz: 5a1558b2ee46620e1cf4148c877a476fea09b422
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c13215e0754250aecd102bad0937e4f689ad3585b6133b568a892bbc8b1a87a0333cd1ece67c5689fe815497e0111e32fec9387dd18705a45d85af1be316b283
|
7
|
+
data.tar.gz: 3be8a1ab1233ee204470eb722166ae354459ce33f1da84b4b1ef10e1f403537a8e06bb9ef4385a7df6f847561ca9f277f4b563e9cb1b4bf99d380894896187a2
|
data/azdeploy.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'azdeploy'
|
3
|
-
s.version = '1.0.
|
3
|
+
s.version = '1.0.37'
|
4
4
|
s.date = '2016-01-11'
|
5
5
|
s.summary = 'Setup and scripting support for .Net project builds'
|
6
6
|
s.description = 'Azure Deployment Gem. Provides easy setup and deployment scripting support for .Net project builds'
|
data/lib/build.rb
CHANGED
@@ -221,7 +221,7 @@ def copy_runtime_artifacts package
|
|
221
221
|
dest = File.join(File.expand_path('.'), 'RuntimeService')
|
222
222
|
puts source
|
223
223
|
puts dest
|
224
|
-
copy_output_files source, "
|
224
|
+
copy_output_files source, "*", dest
|
225
225
|
end
|
226
226
|
|
227
227
|
# Gathers all rake files and runs the task list
|