WIP: Build & Release
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -1,9 +1,5 @@
|
|||||||
name: BuilApp
|
name: BuildApp
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ ci-cd ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ ci-cd ]
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
build-frontend:
|
build-frontend:
|
||||||
@@ -35,10 +31,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup dotnet 6
|
- name: Setup dotnet 9
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: 8.0.x
|
dotnet-version: 9.0.x
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: WebAPI
|
working-directory: WebAPI
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|||||||
Reference in New Issue
Block a user