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 f73146d commit 4205ddeCopy full SHA for 4205dde
dist.sh
@@ -168,7 +168,7 @@ function src-dist {
168
cp -r lib/nunit tmp/srcdist/lib/
169
cp Local.props.example tmp/srcdist/
170
cp README.in tmp/srcdist/README
171
- links -dump $WEB_URL/build-dotnet-client.html >> tmp/srcdist/README
+ links -dump ${WEB_URL}build-dotnet-client.html >> tmp/srcdist/README
172
cp-license-to tmp/srcdist/
173
174
### Zip tmp/srcdist making $NAME_VSN the root dir in the archive
0 commit comments