Commit 71220d6 1 parent 1e3fd6d commit 71220d6 Copy full SHA for 71220d6
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 24
24
push :
25
25
branches :
26
26
- develop
27
+ - CO5/Develop
28
+ - PLY/Develop
27
29
28
30
env :
29
31
# set this to your application's name
@@ -46,11 +48,11 @@ jobs:
46
48
name : Build and Deploy .NET6 Web API
47
49
runs-on : ubuntu-latest
48
50
steps :
49
- - uses : actions/checkout@v2
51
+ - uses : actions/checkout@v4
50
52
with :
51
53
submodules : true
52
54
- name : Set up dotnet Core ${{ env.NETCORE_VERSION }}
53
- uses : actions/setup-dotnet@v1
55
+ uses : actions/setup-dotnet@v4
54
56
with :
55
57
dotnet-version : ${{ env.NETCORE_VERSION }}
56
58
- name : Restore dependencies (${{env.SOLUTION_FILE}})
68
70
app-name : ${{ env.AZURE_WEBAPP_NAME }}
69
71
publish-profile : ${{ secrets.AZURE_PROFILEDESIGNER_BACK_STAGE_PUBLISHSETTINGS }}
70
72
package : ${{ env.PROJECT_DIRECTORY }}${{ env.PUBLISH_FOLDER }}
71
-
You can’t perform that action at this time.
0 commit comments