We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0503a commit 1e0b3f5Copy full SHA for 1e0b3f5
default.build
@@ -556,4 +556,8 @@
556
<call target="dist" />
557
<nant buildfile="${wix.build.file}" target="build-windows-install-msi" />
558
</target>
559
+
560
+ <target name="validate-windows-install-msi">
561
+ <nant buildfile="${wix.build.file}" target="validate-windows-install-msi" />
562
+ </target>
563
</project>
tools/download-docs.sh
@@ -0,0 +1,7 @@
1
+#! /bin/bash
2
3
+OUTPUT_DIR=../releases/rabbitmq-dotnet-client/v1.6.0
4
5
+mkdir -p $OUTPUT_DIR
6
+(cd $OUTPUT_DIR; wget http://www.rabbitmq.com/releases/rabbitmq-dotnet-client/v1.6.0/rabbitmq-dotnet-client-1.6.0-user-guide.pdf)
7
+(cd $OUTPUT_DIR; wget http://www.rabbitmq.com/releases/rabbitmq-dotnet-client/v1.6.0/rabbitmq-dotnet-client-1.6.0-api-guide.pdf)
0 commit comments