You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving the model file deletion into the make.js script
Summary: This ensures that Arc-diff jobs will actually work, and removes the dependency on the bat files, which are only supposed to be a utility helper for customers.
Test Plan: Jenker!
Reviewers: Marco.Williams
Subscribers: jenkins, #sdkdiff-actionscriptsdk
Differential Revision: https://phab.playfabdev.com/D3012
console.log("Generating ActionScript3 combined SDK to "+apiOutputDir);
8
-
9
8
apiOutputDir=path.resolve(apiOutputDir,"PfApiTest");// This is an oddity in the ActionScriptSDK which we shouldn't resolve until we do a major revision number change
9
+
10
+
console.log("Generating ActionScript3 combined SDK to "+apiOutputDir);
0 commit comments