We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9263794 commit 3e413e8Copy full SHA for 3e413e8
.github/workflows/dotnet.yml
@@ -31,14 +31,6 @@ jobs:
31
file: |
32
"**/SolutionAssemblyInfo.cs"
33
version: ${{ env.FlowVersion }}.${{ env.BUILD_NUMBER }}
34
- - uses: actions/cache@v4
35
- name: Restore Nuget Cache
36
- with:
37
- path: |
38
- ~/.nuget/packages
39
- key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
40
- restore-keys: |
41
- ${{ runner.os }}-nuget
42
- uses: actions/cache@v4
43
name: Restore dotnet tool Cache
44
with:
@@ -51,6 +43,7 @@ jobs:
51
uses: actions/setup-dotnet@v4
52
53
45
dotnet-version: 9.0.x
46
+ cache: true
54
47
- name: Install vpk
55
48
Install vpk tool (dotnet tool install will not reinstall if already installed)
56
49
We will update the cli by removing cache
0 commit comments