Relative Content

Tag Archive for powershellazure-devopsazure-pipelines

Remove *.tlb in GAC from pipeline

I have an Azure Devops pipeline that creates a .msi file. In order for Visual Studio to create the .msi file, all *.tlb files must be removed from GAC. The pipeline therefore executes the following Powershell command:

Remove *.tlb in GAC from pipeline

I have an Azure Devops pipeline that creates a .msi file. In order for Visual Studio to create the .msi file, all *.tlb files must be removed from GAC. The pipeline therefore executes the following Powershell command:

Remove *.tlb in GAC from pipeline

I have an Azure Devops pipeline that creates a .msi file. In order for Visual Studio to create the .msi file, all *.tlb files must be removed from GAC. The pipeline therefore executes the following Powershell command: