From 199a53af4ee3b564ae569c79ff2881acfd612879 Mon Sep 17 00:00:00 2001 From: Gaurav Khanna Date: Sat, 20 May 2017 09:48:01 -0700 Subject: [PATCH] Fix package Publish in official builds (#11767) --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 3bc7e69..7b4bb8e 100644 --- a/config.json +++ b/config.json @@ -622,6 +622,7 @@ "defaultValues": { "toolName": "msbuild", "settings": { + "__BuildOS": "default", "Project": "./src/publish.proj", "MsBuildFileLogging": "/flp:v=detailed;LogFile=publish-packages.log" } -- 2.7.4