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 343ad96 commit 39244b2Copy full SHA for 39244b2
PostBuild.wsf
@@ -9,6 +9,7 @@
9
10
Class.Define('PostBuild', {
11
Constructor: function () {
12
+ //return;
13
try {
14
var destinationDir = Wsh.Fso.GetFolder("../Databasic.NuGetPackages")
15
.path.replace(/\\/g, '/') + '/',
PreBuild.wsf
@@ -12,6 +12,7 @@
mainModuleDirName: 'Databasic',
subModuleDirsNameBegin: 'Databasic.',
+ return;
16
17
this.parent();
18
this.loadGlobalVersionNumber();
0 commit comments