Skip to content

Commit 978310c

Browse files
Merge pull request #4 from minhsangdotcom/hotfix/CiPipeline
Refactor GitHub CI/CD workflow to enable .NET installation directory …
2 parents f7c6e8a + 84e8286 commit 978310c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/github-cicd.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ on:
88
branches:
99
- main
1010

11-
#env:
12-
#DOTNET_INSTALL_DIR: "./.dotnet"
13-
#NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
11+
env:
12+
DOTNET_INSTALL_DIR: "./.dotnet"
1413

1514
jobs:
1615
build-and-deploy:
@@ -28,8 +27,6 @@ jobs:
2827
uses: actions/setup-dotnet@v4
2928
with:
3029
dotnet-version: "8.0.408"
31-
#cache: true
32-
#cache-dependency-path: "src/**/packages.lock.json"
3330
- name: Cache NuGet packages
3431
id: cache-nuget
3532
uses: actions/cache@v4

0 commit comments

Comments
 (0)