From 620423fb410a4704b33f18a6f3b739a4f41bd0b8 Mon Sep 17 00:00:00 2001 From: John Vellozzi Date: Tue, 21 May 2019 15:20:12 -0700 Subject: [PATCH 1/3] Add STS reference for testing, and update other AWSSDK versions for RuntimeSupport integ tests. --- ...azon.Lambda.RuntimeSupport.IntegrationTests.csproj | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.IntegrationTests/Amazon.Lambda.RuntimeSupport.IntegrationTests.csproj b/Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.IntegrationTests/Amazon.Lambda.RuntimeSupport.IntegrationTests.csproj index 2cdc9c4f1..e25ecd794 100644 --- a/Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.IntegrationTests/Amazon.Lambda.RuntimeSupport.IntegrationTests.csproj +++ b/Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.IntegrationTests/Amazon.Lambda.RuntimeSupport.IntegrationTests.csproj @@ -6,11 +6,12 @@ - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers From 33a0e94fbc55073efe9ea5e8be69cc7291b5a827 Mon Sep 17 00:00:00 2001 From: John Vellozzi Date: Tue, 21 May 2019 15:43:50 -0700 Subject: [PATCH 2/3] Add comment to STS reference. --- .../Amazon.Lambda.RuntimeSupport.IntegrationTests.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.IntegrationTests/Amazon.Lambda.RuntimeSupport.IntegrationTests.csproj b/Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.IntegrationTests/Amazon.Lambda.RuntimeSupport.IntegrationTests.csproj index e25ecd794..903468061 100644 --- a/Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.IntegrationTests/Amazon.Lambda.RuntimeSupport.IntegrationTests.csproj +++ b/Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.IntegrationTests/Amazon.Lambda.RuntimeSupport.IntegrationTests.csproj @@ -9,7 +9,6 @@ - @@ -17,6 +16,9 @@ runtime; build; native; contentfiles; analyzers + + + From 7c81c483ac304bb9de280990673e1e0a41983718 Mon Sep 17 00:00:00 2001 From: John Vellozzi Date: Wed, 22 May 2019 07:47:51 -0700 Subject: [PATCH 3/3] Add target for integ tests. --- buildtools/build.proj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/buildtools/build.proj b/buildtools/build.proj index f8d657021..2ccc88e14 100644 --- a/buildtools/build.proj +++ b/buildtools/build.proj @@ -14,7 +14,8 @@ - + + @@ -128,6 +129,9 @@ + + +