Compare commits
7 Commits
2.6.1
...
buildChang
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7947f010a | ||
|
|
bc4767f479 | ||
|
|
fb60718771 | ||
|
|
c596c7787c | ||
|
|
1625f787d2 | ||
|
|
b0825b8339 | ||
|
|
a5af6f4886 |
@@ -65,15 +65,14 @@ desc 'publish nugets'
|
||||
task :nuspec_publish do
|
||||
if ENV['APPVEYOR_REPO_TAG'] != 'true'
|
||||
puts 'not publishing since APPVEYOR_REPO_TAG has not been set. Please add a github tag'
|
||||
else
|
||||
return nil
|
||||
end
|
||||
|
||||
|
||||
PROJECTS.each{|dir|
|
||||
Dir.chdir(dir) do
|
||||
sh "#{NUGET_EXE} push #{FileList["*.nupkg"].first} -ApiKey #{NUGET_KEY}"
|
||||
end
|
||||
}
|
||||
sh "#{NUGET_EXE} push #{FileList["*.nupkg"].first} -ApiKey #{NUGET_KEY}"
|
||||
end
|
||||
|
||||
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user