Skip to content

Commit 71220d6

Browse files
authored
Make equivalent to Main - updating versions of script plugins
1 parent 1e3fd6d commit 71220d6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/backend-publish-stage-azure.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ on:
2424
push:
2525
branches:
2626
- develop
27+
- CO5/Develop
28+
- PLY/Develop
2729

2830
env:
2931
# set this to your application's name
@@ -46,11 +48,11 @@ jobs:
4648
name: Build and Deploy .NET6 Web API
4749
runs-on: ubuntu-latest
4850
steps:
49-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v4
5052
with:
5153
submodules: true
5254
- name: Set up dotnet Core ${{ env.NETCORE_VERSION }}
53-
uses: actions/setup-dotnet@v1
55+
uses: actions/setup-dotnet@v4
5456
with:
5557
dotnet-version: ${{ env.NETCORE_VERSION }}
5658
- name: Restore dependencies (${{env.SOLUTION_FILE}})
@@ -68,4 +70,3 @@ jobs:
6870
app-name: ${{ env.AZURE_WEBAPP_NAME }}
6971
publish-profile: ${{ secrets.AZURE_PROFILEDESIGNER_BACK_STAGE_PUBLISHSETTINGS }}
7072
package: ${{ env.PROJECT_DIRECTORY }}${{ env.PUBLISH_FOLDER }}
71-

0 commit comments

Comments
 (0)