fix the sqlservices sample extension (#22893)

This commit is contained in:
Alan Ren
2023-04-28 14:45:20 -07:00
committed by GitHub
parent 4f53d76eb5
commit 15d26b7f9a
5 changed files with 420 additions and 16 deletions

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
"use strict";
// Basic build tasks
require('./tasks/buildtasks');