Skip to content
View icardosos's full-sized avatar

Organizations

@nubank
Block or Report

Block or report icardosos

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Script to publish asp.net core apps ... Script to publish asp.net core apps on AWS Elastic Beanstalk
    1
    <Target Name="MyPostCompileTarget" AfterTargets="AfterPublish">
    2
        <Exec Command="gulp aws:prepareoutput" />
    3
        <Exec Command="gulp aws:zip:package" />
    4
        <Exec Command="gulp aws:postpackage:clean" />
    5
        <Exec Command="gulp clean:aws:publish" />
  2. Script to publish asp.net core apps ... Script to publish asp.net core apps on AWS Elastic Beanstalk
    1
    {
    2
        "manifestVersion": 1,
    3
        "deployments": {
    4
            "aspNetCoreWeb": [
    5
                {
  3. aspnetcore-aws-ebs aspnetcore-aws-ebs Public

    Template Asp.Net Core project for AWS Elastic beanstalk

    C#

  4. aspnetcore-sonaqube aspnetcore-sonaqube Public