We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6594e1 commit cead914Copy full SHA for cead914
.github/workflows/azure.yml
@@ -21,7 +21,7 @@ on:
21
22
env:
23
AZURE_WEBAPP_NAME: test-node-app-123 # set this to your application's name
24
- AZURE_WEBAPP_PACKAGE_PATH: 'Azure\Azure-NodeJs-CI' # set this to the path to your web app project, defaults to the repository root
+ AZURE_WEBAPP_PACKAGE_PATH: '.\Azure\Azure-NodeJs-CI' # set this to the path to your web app project, defaults to the repository root
25
NODE_VERSION: '14.x' # set this to the node version to use
26
27
jobs:
0 commit comments