Thank you so much for the info!

I'll submit this request.

Regards

Em segunda-feira, 19 de junho de 2017 13:31:10 UTC-3, Yannick (Cloud 
Platform Support) escreveu:
>
> Hello Vicente,
>
> Changes made to your Cloud Shell outside of its home directory will not 
> persist between invocations of the Cloud Shell, so there is no way you can 
> update the installed version of the dotnet cli yourself. What you could do 
> at the moment is install the latest version of the dotnet cli on a GCE 
> f1-micro instance, which is included in the GCE Always Free Usage Limits 
> <https://cloud.google.com/compute/pricing#freeusage>.
>
> To get support for other versions of dotnet on the Cloud Shell, you should 
> create 
> a Feature Request 
> <https://b.corp.google.com/issues/new?component=187188&template=1010837> on 
> the Cloud Shell's issue tracker.
>
> On Sunday, June 18, 2017 at 12:22:39 PM UTC-4, Vicente Maciel Junior wrote:
>>
>> Hi people,
>>
>> I'm trying to implemented a way to build and publish apps to the App 
>> Engine Flex using the Google Cloud Shell.
>> So, the idea is to be able to:
>>
>> 1 - Access the Google Cloud Console
>> 2 - Open the Google Cloud Shell
>> 3 - Clone/pull my source code from the Google Source Repository
>> 4 - Compile it (dotnet publish -c Release)
>> 5 - Publish the updated version to the cloud using: gcloud beta app 
>> deploy <path to app.yaml>
>>
>> Nothing new at this point...
>>
>> The problem starts when I try to do the same with apps built to use 
>> dotnet core 1.0.x greater than 1.0.0, because the Google Cloud Shell has 
>> the dotnet CLI at version 1.0.0...
>>
>> So my question is: Is there a way to update the dotnet CLI to 1.0.x or 
>> any other suggested way to have success with this process?
>>
>> My objective with this approach is to eliminate the process of create the 
>> image on my machine and upload it consuming time because of the upload of 
>> the image.
>>
>> Being able to code, test, debug on my machine and then commit and push 
>> the modifications to the cloud to update the image at the Google Cloud, may 
>> be a much faster way, I believe.
>>
>> Thanks for any help, comment and/or suggestion.
>>
>> Vicente Maciel Jr
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/19f96e9e-6225-46e8-bba2-a990a7dbbb34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to