Skip to content

Commit

Permalink
Merge pull request #456 from aws/BuildProjCorrection
Browse files Browse the repository at this point in the history
Copying over nuget config file to execute blueprints test
  • Loading branch information
normj authored Jun 17, 2019
2 parents 5853f3a + f72d94f commit 6ec4794
Showing 1 changed file with 1 addition and 1 deletion.
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 6ec4794

Please sign in to comment.