зеркало из https://github.com/Azure/autorest.git
Added reference to the local version of ms-rest to make tests of ms-rest-azure run.
This commit is contained in:
Родитель
faaf8e1c62
Коммит
eadf894ea2
|
@ -12,7 +12,8 @@ group :development do
|
|||
gem 'concurrent-ruby-ext'
|
||||
gem 'faraday'
|
||||
gem 'faraday-cookie_jar'
|
||||
gem 'ms_rest'
|
||||
# gem 'ms_rest'
|
||||
gem 'ms_rest', path: '../ms-rest' # (TODO: change back to global gem before publishing)
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
<!-- Run tests. -->
|
||||
<Target Name="Test" DependsOnTargets="RestoreNugetPackages;RestoreRubyDependencies">
|
||||
<Exec Command="gulp test"/>
|
||||
</Target>
|
||||
</Target>
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- This property is used by the continuous intergration job.
|
||||
|
@ -242,8 +242,7 @@
|
|||
<Exec WorkingDirectory=".\ClientRuntimes\Ruby\ms-rest" Command ="rake build"/>
|
||||
|
||||
<Message Text="Updating ms-rest-azure dependencies"/>
|
||||
<!-- Disabled until ms-rest gem is properly referenced in the ms-rest-azure -->
|
||||
<!-- <Exec WorkingDirectory=".\ClientRuntimes\Ruby\ms-rest-azure" Command ="bundle install"/> -->
|
||||
<Exec WorkingDirectory=".\ClientRuntimes\Ruby\ms-rest-azure" Command ="bundle install"/>
|
||||
<Exec WorkingDirectory=".\ClientRuntimes\Ruby\ms-rest-azure" Command ="rake build"/>
|
||||
|
||||
<Message Text="Updating ruby tests dependencies"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче