We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41731f commit 743bc18Copy full SHA for 743bc18
1 file changed
Makefile
@@ -31,7 +31,8 @@ test: build
31
RunConfiguration.CollectSourceInformation=true
32
33
test-aot:
34
- dotnet publish tests/ModelContextProtocol.AotCompatibility.TestApp/ModelContextProtocol.AotCompatibility.TestApp.csproj --configuration $(CONFIGURATION)
+ dotnet publish tests/ModelContextProtocol.AotCompatibility.TestApp/ModelContextProtocol.AotCompatibility.TestApp.csproj --configuration $(CONFIGURATION) -o $(ARTIFACT_PATH)/aot-publish
35
+ $(ARTIFACT_PATH)/aot-publish/ModelContextProtocol.AotCompatibility.TestApp
36
37
pack: restore
38
dotnet pack --no-restore --configuration $(CONFIGURATION)
0 commit comments