[wix-devs] Problems building dutil and wcautil repos

Bob Arnson bob at firegiant.com
Thu Oct 5 19:21:17 PDT 2017


*       DUtil assumes nuget.exe is available on the path. One isn't included in VS or .NET Core SDK.

*       DUtil's pack target fails with "Could not find a part of the path 'z:\wix\dutil\src\dutil\build'." (Log below.) There's no such file. Is it missing or should the reference be removed from dutil.nuspec?

*       Same pack problem with wcautil.


Project "z:\wix\dutil\src\dutil\dutil.vcxproj" on node 1 (PackNativeNuget target(s)).
GetBuildVersion:
  Building version 4.0.6.35726 from commit 8e8b7344cee20ca29aee9105beebc63d35551f1b
PackNativeNuget:
  nuget pack dutil.nuspec -OutputDirectory z:\wix\dutil\src\..\build\Release\ -Properties Configuration=Release;Id=WixToolset.DUtil;Version="4.0.6";Authors="WiX Toolset Team";Copyright="Copyright (c) .NET Foundation and contributors. All rights reserved.";Description="WiX Toolset native library foundation";Title=""
  Attempting to build package from 'dutil.nuspec'.
  Could not find a part of the path 'z:\wix\dutil\src\dutil\build'.
z:\wix\dutil\src\dutil\dutil.vcxproj(291,5): error MSB3073: The command "nuget pack dutil.nuspec -OutputDirectory z:\wix\dutil\src\..\build\Release\ -Properties Configuration=Release;Id=WixToolset.DUtil;Version="4.0.6";Authors="WiX Toolset Team";Copyright="Copyright (c) .NET Foundation and contributors. All rights reserved.";Description="WiX Toolset native library foundation";Title=""" exited with code 1.
Done Building Project "z:\wix\dutil\src\dutil\dutil.vcxproj" (PackNativeNuget target(s)) -- FAILED.

Build FAILED.

"z:\wix\dutil\src\dutil\dutil.vcxproj" (PackNativeNuget target) (1) ->
(PackNativeNuget target) ->
  z:\wix\dutil\src\dutil\dutil.vcxproj(291,5): error MSB3073: The command "nuget pack dutil.nuspec -OutputDirectory z:\wix\dutil\src\..\build\Release\ -Properties Configuration=Release;Id=WixToolset.DUtil;Version="4.0.6";Authors="WiX Toolset Team";Copyright="Copyright (c) .NET Foundation and contributors. All rights reserved.";Description="WiX Toolset native library foundation";Title=""" exited with code 1.

    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:00.85


More information about the wix-devs mailing list