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 b107f16 commit fe53c40Copy full SHA for fe53c40
dist-msi.sh
@@ -102,7 +102,6 @@ function build-msm-msi {
102
function get-sources {
103
safe-rm-deep-dir tmp/unzip
104
mkdir -p tmp/unzip
105
- unzip -q $RELEASE_DIR/$NAME_VSN-dotnet-2.0.zip -d tmp/unzip/$NAME_VSN-dotnet-2.0
106
unzip -q $RELEASE_DIR/$NAME_VSN-client-htmldoc.zip -d tmp/unzip/$NAME_VSN-client-htmldoc
107
cp $RELEASE_DIR/$NAME_VSN-api-guide.pdf tmp/unzip/
108
cp $RELEASE_DIR/$NAME_VSN-user-guide.pdf tmp/unzip/
0 commit comments