Questions tagged [build-templates]
3 questions
2
votes
1 answer
Azure: Build templates: how to extract defaultStorageAccount
I am trying to create a custom image in my Azure DevTestLab, from a vhd image stored in the default storage account.
I started modifying the file at the GitHub repo for ARM templates for creating a custom image from a vhd.
I have already created…

Jay Godse
- 15,163
- 16
- 84
- 131
0
votes
1 answer
Problems building .Net Core Angular application in TFS webpack.optimize.UglifyJsPlugin has been removed error
I have created an Angular project based on the built-in Angular template present in the Visual 2017 .net Core.
I have no problems buinding runninng it locally in IIS.
However when trying to publish the project to the local IIS (or externally using…

tom33pr
- 853
- 2
- 12
- 30
0
votes
1 answer
Visual Studio 2017 -TFS - Organise folder structure output
I'd like to organise my file in the same structure that it is built:
Solution1
project1
project2
Currently I dealt with the output path of each project (..\bin\NameProject) to have this:
Solution1
project1
project2
But in each project…

FrankVDB
- 235
- 2
- 4
- 16