Skip to content

Commit 67cbabc

Browse files
author
Yunspace
committed
removed redudant code from docs.
1 parent c0f1363 commit 67cbabc

File tree

7 files changed

+4
-145
lines changed

7 files changed

+4
-145
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656
volumes:
5757
- ./tmp/serverless-integration-test-aws-scala-sbt:/app
5858
aws-csharp:
59-
image: microsoft/dotnet:2.0.5-sdk-2.1.4
59+
image: microsoft/dotnet:2.0-sdk
6060
volumes:
6161
- ./tmp/serverless-integration-test-aws-csharp:/app
6262
aws-fsharp:

docs/providers/aws/examples/hello-world/csharp/Handler.cs

Lines changed: 0 additions & 39 deletions
This file was deleted.

docs/providers/aws/examples/hello-world/csharp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Using the `create` command we can specify one of the available [templates](https
3535

3636
The `--path` or shorthand `-p` is the location to be created with the template service files. Change directories into this new folder.
3737

38-
## 2. Build using .NET CLI tools and create zip package
38+
## 2. Build using .NET Core 2.X CLI tools and create zip package
3939

4040
```
4141
# Linux or Mac OS

docs/providers/aws/examples/hello-world/csharp/csharp.csproj

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/providers/aws/examples/hello-world/csharp/serverless.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
dotnet restore
12
dotnet lambda package --configuration release --framework netcoreapp2.0 --output-package bin/release/netcoreapp2.0/deploy-package.zip
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22

3+
dotnet restore
34
dotnet lambda package --configuration release --framework netcoreapp2.0 --output-package bin/release/netcoreapp2.0/deploy-package.zip

0 commit comments

Comments
 (0)