We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52ea55 commit 2a8434eCopy full SHA for 2a8434e
src/mono/wasi/Makefile
@@ -54,6 +54,10 @@ app-builder:
54
build-tasks:
55
$(DOTNET) build $(TOP)/src/tasks/tasks.proj /p:Configuration=$(CONFIG) $(MSBUILD_ARGS)
56
57
+build-packages:
58
+ rm -f $(TOP)/artifacts/packages/$(CONFIG)/Shipping/*.nupkg
59
+ WASI_SDK_PATH=$(WASI_SDK_PATH) $(TOP)/build.sh mono.packages+mono.manifests+packs.product -os wasi -c $(CONFIG) --binaryLog /p:ContinueOnError=false /p:StopOnFirstFailure=true $(MSBUILD_ARGS)
60
+
61
clean:
62
$(RM) -rf $(BUILDS_OBJ_DIR)
63
0 commit comments