You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.137
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
parent
e9207cf623
commit
ef583813eb
12
external/linker/monobuild/Makefile
vendored
12
external/linker/monobuild/Makefile
vendored
@@ -10,12 +10,12 @@ clean:
|
||||
$(MSBUILD) ../monolinker.sln /t:clean
|
||||
|
||||
prepare:
|
||||
nuget help | head -1
|
||||
nuget restore ../external/cecil/
|
||||
nuget restore ../monolinker.sln
|
||||
# A hack for project.assets.json issues
|
||||
rm -f ../external/cecil/obj/project.assets.json
|
||||
rm -f ../external/cecil/symbols/pdb/obj/project.assets.json
|
||||
rm -f ../external/cecil/symbols/mdb/obj/project.assets.json
|
||||
rm -f ../src/linker/obj/project.assets.json
|
||||
# The nunit runner used below seems to expect the old package layout.
|
||||
# This could potentially be removed with an update to nunit.
|
||||
nuget restore -PackagesDirectory ../packages ../test/Mono.Linker.Tests/packages.config
|
||||
|
||||
check: prepare
|
||||
mono ../packages/NUnit.ConsoleRunner.3.6.1/tools/nunit3-console.exe --result="TestResults.xml;format=nunit2" ../test/Mono.Linker.Tests/bin/$(CONFIGURATION)/Mono.Linker.Tests.dll
|
||||
mono ../packages/NUnit.ConsoleRunner.3.6.1/tools/nunit3-console.exe --result="TestResults.xml;format=nunit2" ../test/Mono.Linker.Tests/bin/$(CONFIGURATION)/net471/Mono.Linker.Tests.dll
|
||||
|
||||
Reference in New Issue
Block a user