Skip to content

Commit ef8eac3

Browse files
committed
Multiple dotnets needed?
1 parent b4fef9a commit ef8eac3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/admin.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Setup .NET Core
21+
uses: actions/setup-dotnet@v1
22+
with:
23+
dotnet-version: 3.1.x
24+
- name: Setup .NET 5
2125
uses: actions/setup-dotnet@v1
2226
with:
2327
dotnet-version: 5.0.x
@@ -69,7 +73,7 @@ jobs:
6973
deploy_to_beta:
7074
runs-on: ubuntu-latest
7175
needs: deploy_to_dev
72-
# if: github.event_name != 'pull_request'
76+
if: github.event_name != 'pull_request'
7377
environment: beta
7478
steps:
7579
- name: Download a Deployment Zip

0 commit comments

Comments
 (0)