Skip to content

Commit

Permalink
Use cake build action
Browse files Browse the repository at this point in the history
  • Loading branch information
brianfeucht committed Nov 20, 2023
1 parent 8d5b83b commit ff94d0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sample-app-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
dotnet-version: 7.x
- run: dotnet tool install -g Amazon.Lambda.Tools
- name: Build and package nuget
shell: pwsh
run: |
.\build.ps1
uses: cake-build/cake-action@v1
- name: Build and package lambda
working-directory: ./sample/SampleLambda
run: dotnet lambda package SampleLambda --profile default --region us-west-1
Expand Down

0 comments on commit ff94d0d

Please sign in to comment.