File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ rabbit\.snk$
66^rabbit\-mock\.snk$
77
88^scratch$
9- ^releases /
9+ ^release /
1010^build$
1111^commit$
1212^diff$
Original file line number Diff line number Diff line change 11NAME =rabbitmq-dotnet-client
22NAME_VSN =${NAME}-${RABBIT_VSN}
33
4- RELEASE_DIR =releases/${NAME}/v${RABBIT_VSN}
4+ RELEASE_DIR =release
55
66TMPXMLZIP =${NAME_VSN}-tmp-xmldoc.zip
77
@@ -17,7 +17,7 @@ dist: rabbit-vsn ensure-deliverables ensure-universally-readable
1717 rm -f $(RELEASE_DIR ) /$(TMPXMLZIP )
1818
1919ensure-universally-readable :
20- chmod -R a+rX releases
20+ chmod -R a+rX release
2121
2222ensure-deliverables : rabbit-vsn
2323 file ${RELEASE_DIR} /${NAME_VSN} .zip
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ test "$SKIP_MSIVAL2" || SKIP_MSIVAL2=
7272# ## Other, general vars
7373NAME=rabbitmq-dotnet-client
7474NAME_VSN=$NAME -$RABBIT_VSN
75- RELEASE_DIR=releases/ $NAME /v $RABBIT_VSN
75+ RELEASE_DIR=release
7676
7777
7878function main {
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ test "$MONO_DIST" || MONO_DIST=
7676# ## Other, general vars
7777NAME=rabbitmq-dotnet-client
7878NAME_VSN=$NAME -$RABBIT_VSN
79- RELEASE_DIR=releases/ $NAME /v $RABBIT_VSN
79+ RELEASE_DIR=release
8080if [ " $MONO_DIST " ] ; then
8181 INCLUDE_WCF=true
8282 MSBUILD=xbuild
You can’t perform that action at this time.
0 commit comments