From f374b8792adaf2021fe43d1dcf5c7488e8398595 Mon Sep 17 00:00:00 2001 From: Cedric Guillemet <1312968+CedricGuillemet@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:48:07 +0200 Subject: [PATCH] Update gulpfile.js --- Package/gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Package/gulpfile.js b/Package/gulpfile.js index cbf83c38..116a28e4 100644 --- a/Package/gulpfile.js +++ b/Package/gulpfile.js @@ -765,7 +765,6 @@ exports.buildUWPPlaygroundx64Release = buildUWPPlaygroundx64Release; exports.buildUWPPlaygroundARM64Debug = buildUWPPlaygroundARM64Debug; exports.buildUWPPlaygroundARM64Release = buildUWPPlaygroundARM64Release; exports.buildUWPPlayground = buildUWPPlayground; -exports.packageUWPRNTA = packageUWPRNTA; exports.buildUWP = buildUWP; exports.buildUWPPublish = buildUWPPublish;