Skip to content

Commit d5f4ba3

Browse files
authored
Merge branch 'master' into master
2 parents 7057ae0 + 5854175 commit d5f4ba3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ on:
99
- '*'
1010
# CONFIGURATION
1111
# For help, go to https://github.com/Azure/Actions
12-
#
1312
# 1. Set up the following secrets in your repository:
1413
# AZURE_WEBAPP_PUBLISH_PROFILE
1514
#
1615
# 2. Change these variables for your configuration:
1716
env:
18-
AZURE_WEBAPP_NAME: dotnetcoreLinux # set this to your application's name
17+
AZURE_WEBAPP_NAME: DotNetDemoApp # set this to your application's name
1918
AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
2019
DOTNET_VERSION: '2.2.402' # set this to the dot net version to use
2120

0 commit comments

Comments
 (0)