Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cf5bce

Browse files
dotnet 2.1 LTS restore doesn't create project.assets.json
1 parent 0bf43b4 commit 1cf5bce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ build: elpa version
2121
version:
2222
$(EMACS) --version
2323

24-
test/Test1/project.assets.json:
24+
test/Test1/restored:
2525
dotnet restore test/Test1
26+
touch test/Test1/restored
2627

27-
test: version build test/eglot-tests.el test/Test1/project.assets.json
28+
test: version build test/eglot-tests.el test/Test1/restored
2829
$(CASK) exec buttercup -L . -L ./test --traceback full
2930

3031
clean:

0 commit comments

Comments
 (0)