From 0d6facf7afac5868db3dce55a1fb940a02365687 Mon Sep 17 00:00:00 2001 From: Elinor Fung <47805090+elinor-fung@users.noreply.github.com> Date: Tue, 21 May 2019 12:05:49 -0700 Subject: Switch NuGet package build to use Arcade instead of BuildTools (#24619) --- dir.common.props | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) (limited to 'dir.common.props') diff --git a/dir.common.props b/dir.common.props index 4e2a3bb520..106331e911 100644 --- a/dir.common.props +++ b/dir.common.props @@ -16,6 +16,15 @@ $(PackagesDir) + + + 4 + 6 + + $(__BuildArch) @@ -40,4 +49,53 @@ $(BuildOS).$(BuildArch).$(BuildType) + + + + + $(__ProjectDir)\ + $(MSBuildThisFileDirectory) + + $(__SourceDir)\ + $(ProjectDir)src\ + + $(__RootBinDir)\ + $(ProjectDir)bin\ + + $(__BinDir)\ + $(RootBinDir)Product\$(PlatformConfigPathPart)\ + + + $(__PackagesBinDir) + $(BinDir).nuget\ + + + + + 3.0.0 + + + false + $(PackageVersion) + + preview6 + + + + + true + true + true + true + true + + true + + + $(__DistroRid) + + + -- cgit v1.2.3