Hi Tom,
I have used below code then which executed in the local as well in the server
how to read the environment name(D1,D2,,U1 etc) from SettingsFileGenerator.xml to Deployment.btdfproj file
I have used $(EnvironmentName) or '$(EnvironmentName' but which returns empty value
Environment Settings
Environment Name: Local Development Dev D1 D2 Q1 Q2 U1 U2 Production
I have used below code then which executed in the local as well in the server
<Exec command="cmd.exe /c "..\CleanCopy.cmd ""></Exec>
I need to pass environment name as parameter to the commend file .how to read the environment name(D1,D2,,U1 etc) from SettingsFileGenerator.xml to Deployment.btdfproj file
I have used $(EnvironmentName) or '$(EnvironmentName' but which returns empty value
<Exec command="cmd.exe /c "..\CleanCopy.cmd $(EnvironmentName)""></Exec>
SettingsFileGenerator.xmlEnvironment Settings
Environment Name: Local Development Dev D1 D2 Q1 Q2 U1 U2 Production