Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

build output of dtproj

$
0
0

Hi,

I have a SSIS project (.dtproj) and I'm trying to build the .ispac file from the command file using Visual Studio 2012/2013. The VS output is something like this:

------ Build started: Project: testCmd2013, Configuration: Development ------
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========

But if I build the solution from the VS GUI the output window displays:

------ Build started: Project: testCmd2013, Configuration: Development ------
Build started: SQL Server Integration Services project: Incremental ...
Starting project consistency check ...
Project consistency check completed. The project is consistent.
File 'E:\Custom\testCmd2013\testCmd2013\obj\Development\testCmd2013.dtproj' get updated.
testCmd2013 -> E:\Custom\testCmd2013\testCmd2013\bin\Development\testCmd2013.ispac
Build complete -- 0 errors, 0 warnings
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========

As you can see the Visual Studio is removing a lot of information from the output when it's used from command line (VS2010 doesn't have this behavior).

Do you have any idea how to get all log information in the command line output?

VS2013 12.0.40629.00 Update 5

SSDT 12.0.50717.

SSIS Designer 12.0.2430.0


Daniel


Viewing all articles
Browse latest Browse all 24688

Trending Articles