We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7057ae0 + 5854175 commit d5f4ba3Copy full SHA for d5f4ba3
.github/workflows/workflow.yml
@@ -9,13 +9,12 @@ on:
9
- '*'
10
# CONFIGURATION
11
# For help, go to https://github.com/Azure/Actions
12
-#
13
# 1. Set up the following secrets in your repository:
14
# AZURE_WEBAPP_PUBLISH_PROFILE
15
#
16
# 2. Change these variables for your configuration:
17
env:
18
- AZURE_WEBAPP_NAME: dotnetcoreLinux # set this to your application's name
+ AZURE_WEBAPP_NAME: DotNetDemoApp # set this to your application's name
19
AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
20
DOTNET_VERSION: '2.2.402' # set this to the dot net version to use
21
0 commit comments