sabinio / SSISMSBuild

Contains two custom tasks; one to compile the .dtproj and the other to deploy SSIS projects.
https://bzzzt.io/2017/05/05/ssismsbuild-updated-and-moved/
Microsoft Public License
2 stars 5 forks source link

Do not reference ssas #5

Closed fmms closed 6 years ago

fmms commented 6 years ago

Hi Richie,

another thing to fix. We reference SSAS at the moment. I do not think this makes any sense. Build and Usage checked.

regards Felix

fmms commented 6 years ago

Hi,

i have no idea why, but in my current situation it is actually needed:

Build FAILED.

"C:\Users\f.moeller\source\repos\DataWarehouseToolbox_ContinousDelivery\DWH\DWH_ETL\MSBuild.proj" (default target) (1) ->
(Build target) ->
  C:\Users\f.moeller\source\repos\DataWarehouseToolbox_ContinousDelivery\DWH\DWH_ETL\MSBuild.proj(10,5): error MSB4018: The "DeploymentFileCompilerTask" task failed unexpectedly.
C:\Users\f.moeller\source\repos\DataWarehouseToolbox_ContinousDelivery\DWH\DWH_ETL\MSBuild.proj(10,5): error MSB4018: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.AnalysisServices.Project, Version=14.0.0.0, Cul
ture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
C:\Users\f.moeller\source\repos\DataWarehouseToolbox_ContinousDelivery\DWH\DWH_ETL\MSBuild.proj(10,5): error MSB4018: File name: 'Microsoft.AnalysisServices.Project, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
C:\Users\f.moeller\source\repos\DataWarehouseToolbox_ContinousDelivery\DWH\DWH_ETL\MSBuild.proj(10,5): error MSB4018:    at Microsoft.SqlServer.IntegrationServices.Build.DeploymentFileCompilerTask.Execute()
C:\Users\f.moeller\source\repos\DataWarehouseToolbox_ContinousDelivery\DWH\DWH_ETL\MSBuild.proj(10,5): error MSB4018:    at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
C:\Users\f.moeller\source\repos\DataWarehouseToolbox_ContinousDelivery\DWH\DWH_ETL\MSBuild.proj(10,5): error MSB4018:    at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext()
C:\Users\f.moeller\source\repos\DataWarehouseToolbox_ContinousDelivery\DWH\DWH_ETL\MSBuild.proj(10,5): error MSB4018:
C:\Users\f.moeller\source\repos\DataWarehouseToolbox_ContinousDelivery\DWH\DWH_ETL\MSBuild.proj(10,5): error MSB4018: WRN: Assembly binding logging is turned OFF.
C:\Users\f.moeller\source\repos\DataWarehouseToolbox_ContinousDelivery\DWH\DWH_ETL\MSBuild.proj(10,5): error MSB4018: To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
C:\Users\f.moeller\source\repos\DataWarehouseToolbox_ContinousDelivery\DWH\DWH_ETL\MSBuild.proj(10,5): error MSB4018: Note: There is some performance penalty associated with assembly bind failure logging.
C:\Users\f.moeller\source\repos\DataWarehouseToolbox_ContinousDelivery\DWH\DWH_ETL\MSBuild.proj(10,5): error MSB4018: To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
C:\Users\f.moeller\source\repos\DataWarehouseToolbox_ContinousDelivery\DWH\DWH_ETL\MSBuild.proj(10,5): error MSB4018:

    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:00.37

Let's close this as part of #7 .

RichieBzzzt commented 6 years ago

close this as part of #7 .