We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7c6e8a + 84e8286 commit 978310cCopy full SHA for 978310c
1 file changed
.github/workflows/github-cicd.yml
@@ -8,9 +8,8 @@ on:
8
branches:
9
- main
10
11
-#env:
12
-#DOTNET_INSTALL_DIR: "./.dotnet"
13
-#NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
+env:
+DOTNET_INSTALL_DIR: "./.dotnet"
14
15
jobs:
16
build-and-deploy:
@@ -28,8 +27,6 @@ jobs:
28
27
uses: actions/setup-dotnet@v4
29
with:
30
dotnet-version: "8.0.408"
31
- #cache: true
32
- #cache-dependency-path: "src/**/packages.lock.json"
33
- name: Cache NuGet packages
34
id: cache-nuget
35
uses: actions/cache@v4
0 commit comments