Skip to content

Commit

Permalink
Merge pull request #2 from aws/master
Browse files Browse the repository at this point in the history
merge with master
  • Loading branch information
karpikpl authored Jun 18, 2019
2 parents 7a2df4e + 6ec4794 commit 6d37c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ For more information see the [README.md](Libraries/src/Amazon.Lambda.TestUtiliti

## Blueprints

Blueprints in this repository are .NET Core Lambda functions that can used to get started. In Visual Studio the Blueprints are avalible when creating a new project and selecting the AWS Lambda Project.
Blueprints in this repository are .NET Core Lambda functions that can used to get started. In Visual Studio the Blueprints are available when creating a new project and selecting the AWS Lambda Project.


### Dotnet CLI Templates
Expand Down
2 changes: 1 addition & 1 deletion buildtools/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<MakeDir Directories="../Deployment/nuget-packages"/>
<MakeDir Directories="../Deployment/PowerShell"/>
<MakeDir Directories="../Deployment/PowerShell/AWSLambdaPSCore"/>
<Copy SourceFiles="@(DeploymentNuGetConfig)" DestinationFolder="../Deployment" />
<Exec Command="dotnet restore Libraries.sln" WorkingDirectory="..\Libraries"/>
<Exec Command="dotnet restore aws-lambda-test-tool.sln" WorkingDirectory="..\Tools\LambdaTestTool"/>
<Exec Command="dotnet restore BlueprintPackager.sln" WorkingDirectory="..\Blueprints\BlueprintPackager"/>
Expand All @@ -50,6 +49,7 @@
<Target Name="test-blueprints-dotnew">
<RemoveDir Directories="../Deployment/BlueprintGenerationTests/DotnetNew"/>
<MakeDir Directories="../Deployment/BlueprintGenerationTests/DotnetNew"/>
<Copy SourceFiles="@(DeploymentNuGetConfig)" DestinationFolder="../Deployment" />
<Exec Command="dotnet new -i Blueprints\BlueprintDefinitions\Msbuild-NETCore_2_1" WorkingDirectory="..\"/>
<MSBuild Projects="$(MSBuildProjectFile)" Targets="run-blueprint-dotnetnew" Properties="TemplateName=lambda.SimpleApplicationLoadBalancerFunction;ProjectName=SimpleApplicationLoadBalancerFunctionC;Lang=C#"/>
<MSBuild Projects="$(MSBuildProjectFile)" Targets="run-blueprint-dotnetnew" Properties="TemplateName=lambda.DetectImageLabels;ProjectName=DetectImageLabelsC;Lang=C#"/>
Expand Down

0 comments on commit 6d37c9b

Please sign in to comment.