We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38f202 commit 8afcfd1Copy full SHA for 8afcfd1
1 file changed
.github/workflows/ubuntu.yml
@@ -23,7 +23,6 @@ jobs:
23
uses: actions/setup-dotnet@v4
24
with:
25
dotnet-version: 8.0.x
26
- cache: true
27
- name: Restore dependencies
28
run: dotnet restore
29
- name: Build
@@ -62,7 +61,6 @@ jobs:
62
61
63
64
65
66
- name: List refs
67
run: dotnet list CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference
68
- name: Delete reference
0 commit comments