Srini Vasudevan

Results 11 comments of Srini Vasudevan

I couldnt get this to work either on hosted VSTS windows box. I tried numerous ways of installing without luck. My alternative was to just use the AWS SDK in...

@steveataws perhaps a discussion with the azure pipelines team for them to increase the size limit would all that would be required? They are obviously pushing their service far and...

@stealthybox, @brendandburns > Maybe executing the binary with a detach flag could be good? Return code would naturally reflect whether the application is running properly in the provider. Would it...

@brendandburns - had an attempt at using environment variable for the dotnet version. See Pull request #71

@brendanburns - yeah I think there has to be some sort of interface that defines that a test runner to run prior to the Deploy in the sequence you mentioned....

@brendandburns should this ticket still be open? We made a merge for adding tests. Something else we still want to discuss?

@timcash - Thanks for sharing.. I have been following this project for a little while. I guess that has sort of been built of some of the ground work of...

Maybe due to initialising the go dep package? Dockerfile has... RUN go get -u github.com/golang/dep/cmd/dep RUN dep init If that is the case, maybe there could be a base metaparticle...