Skip to content
This repository was archived by the owner on Mar 16, 2022. It is now read-only.

Commit 6b9bbd6

Browse files
committed
fix save path
1 parent 68c3fa0 commit 6b9bbd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- save_cache:
4848
key: v1-build-v1-{{ arch }}-{{ .Branch }}-{{ checksum "v2/src/AzureFunctionsIntroduction/AzureFunctionsIntroduction.csproj" }}
4949
paths:
50-
- ~/.nuget
50+
- v2/src/AzureFunctionsIntroduction/../publish
5151

5252
deploy:
5353
docker:
@@ -72,7 +72,7 @@ jobs:
7272
- run:
7373
name: Push to App Service
7474
command: curl -X POST -u $SITE_USER:$SITE_PASS --data-binary @artifact.zip https://$FUNCTION_NAME.scm.azurewebsites.net/api/zipdeploy?isAsync=true
75-
working_directory: v2/src/AzureFunctionsIntroduction
75+
working_directory: v2/src/AzureFunctionsIntroduction/bin/publish
7676

7777
workflows:
7878
version: 2

0 commit comments

Comments
 (0)