Skip to content

Commit 6d37c9b

Browse files
authored
Merge pull request #2 from aws/master
merge with master
2 parents 7a2df4e + 6ec4794 commit 6d37c9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ For more information see the [README.md](Libraries/src/Amazon.Lambda.TestUtiliti
148148

149149
## Blueprints
150150

151-
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.
151+
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.
152152

153153

154154
### Dotnet CLI Templates

buildtools/build.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<MakeDir Directories="../Deployment/nuget-packages"/>
3333
<MakeDir Directories="../Deployment/PowerShell"/>
3434
<MakeDir Directories="../Deployment/PowerShell/AWSLambdaPSCore"/>
35-
<Copy SourceFiles="@(DeploymentNuGetConfig)" DestinationFolder="../Deployment" />
3635
<Exec Command="dotnet restore Libraries.sln" WorkingDirectory="..\Libraries"/>
3736
<Exec Command="dotnet restore aws-lambda-test-tool.sln" WorkingDirectory="..\Tools\LambdaTestTool"/>
3837
<Exec Command="dotnet restore BlueprintPackager.sln" WorkingDirectory="..\Blueprints\BlueprintPackager"/>
@@ -50,6 +49,7 @@
5049
<Target Name="test-blueprints-dotnew">
5150
<RemoveDir Directories="../Deployment/BlueprintGenerationTests/DotnetNew"/>
5251
<MakeDir Directories="../Deployment/BlueprintGenerationTests/DotnetNew"/>
52+
<Copy SourceFiles="@(DeploymentNuGetConfig)" DestinationFolder="../Deployment" />
5353
<Exec Command="dotnet new -i Blueprints\BlueprintDefinitions\Msbuild-NETCore_2_1" WorkingDirectory="..\"/>
5454
<MSBuild Projects="$(MSBuildProjectFile)" Targets="run-blueprint-dotnetnew" Properties="TemplateName=lambda.SimpleApplicationLoadBalancerFunction;ProjectName=SimpleApplicationLoadBalancerFunctionC;Lang=C#"/>
5555
<MSBuild Projects="$(MSBuildProjectFile)" Targets="run-blueprint-dotnetnew" Properties="TemplateName=lambda.DetectImageLabels;ProjectName=DetectImageLabelsC;Lang=C#"/>

0 commit comments

Comments
 (0)