Skip to content

Commit 39244b2

Browse files
committed
VS2017
1 parent 343ad96 commit 39244b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

PostBuild.wsf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
Class.Define('PostBuild', {
1111
Constructor: function () {
12+
//return;
1213
try {
1314
var destinationDir = Wsh.Fso.GetFolder("../Databasic.NuGetPackages")
1415
.path.replace(/\\/g, '/') + '/',

PreBuild.wsf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
mainModuleDirName: 'Databasic',
1313
subModuleDirsNameBegin: 'Databasic.',
1414
Constructor: function () {
15+
return;
1516
try {
1617
this.parent();
1718
this.loadGlobalVersionNumber();

0 commit comments

Comments
 (0)