We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a168c commit f1c0912Copy full SHA for f1c0912
.github/workflows/azure-static-web-apps-white-pond-0976e3603.yml
@@ -12,9 +12,6 @@ on:
12
- 'WebsiteBackendFunctions/**'
13
- '.github/workflows/azure-static-web-apps-white-pond-0976e3603.yml'
14
15
-env:
16
- DOTNET_VERSION: '8.0.x' # set this to the dotnet version to use
17
-
18
jobs:
19
staticwebbapp_build_and_deploy:
20
runs-on: ubuntu-latest
@@ -24,11 +21,6 @@ jobs:
24
21
with:
25
22
submodules: true
26
23
27
- - name: Setup DotNet ${{ env.DOTNET_VERSION }} Environment
28
- uses: actions/setup-dotnet@v4
29
- with:
30
- dotnet-version: ${{ env.DOTNET_VERSION }}
31
32
- name: Inject commit version
33
shell: pwsh
34
run: |
@@ -53,5 +45,3 @@ jobs:
53
45
output_location: "dist" # Built app content directory - optional
54
46
production_branch: "main"
55
47
###### End of Repository/Build Configurations ######
56
- env:
57
- NODE_VERSION: 18.12.1
0 commit comments