File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ CYGWIN=nontsec
70
70
test " $KEYFILE " || KEYFILE=rabbit-mock.snk
71
71
test " $RABBIT_VSN " || RABBIT_VSN=0.0.0
72
72
test " $MSBUILD " || MSBUILD=msbuild.exe
73
- test " $RABBIT_WEBSITE " || RABBIT_WEBSITE =http://www .rabbitmq.com
73
+ test " $WEB_URL " || WEB_URL =http://stage .rabbitmq.com
74
74
test " $UNOFFICIAL_RELEASE " || UNOFFICIAL_RELEASE=
75
75
76
76
# ## Other, general vars
@@ -168,7 +168,7 @@ function src-dist {
168
168
cp -r lib/nunit tmp/srcdist/lib/
169
169
cp Local.props.example tmp/srcdist/
170
170
cp README.in tmp/srcdist/README
171
- links -dump $RABBIT_WEBSITE /build-dotnet-client.html >> tmp/srcdist/README
171
+ links -dump $WEB_URL /build-dotnet-client.html >> tmp/srcdist/README
172
172
cp-license-to tmp/srcdist/
173
173
174
174
# ## Zip tmp/srcdist making $NAME_VSN the root dir in the archive
You can’t perform that action at this time.
0 commit comments