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:
Why isn’t my variable called `someName` not available right after it is set
Why is someName
variable not available as soon as I set it, but it is in another job?
How to update a parameter value when an Azure pipeline in another project is successful
I have to update parameter values based on whether the xyz pipeline in project pqr is successful or pipeline abc in project pqr is successful.
How to update a parameter value when a azure pipeline in another project is successful
I have to update parameter values based on whether the xyz pipeline in project pqr is successful or pipeline abc in project pqr is successful.
that is