Is there a way to access the vaules in the Publish Profile in the proj-file, when publishing from VS?
I get no value when using "$(SqlCmdVar__3)"
.
< Message Text="$(SqlCmdVar__3)" Importance="high"/ >
I just get the default values when using "%(SqlCmdVariable.Value)"
.
< Message Text="%(SqlCmdVariable.Value)" Importance="high"/ >
The variable is in my included file (included from proejct-file, with a before-build target that is executed ok except for this issue):
< SqlCmdVariable Include="TargetServerName">
< DefaultValue>TestServer1< /DefaultValue>
< Value>$(SqlCmdVar__3)< /Value>
< /SqlCmdVariable >