File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 91
91
<Output TaskParameter =" FullSemVer" PropertyName =" GitVersion_FullSemVer" />
92
92
<Output TaskParameter =" InformationalVersion" PropertyName =" GitVersion_InformationalVersion" />
93
93
<Output TaskParameter =" BranchName" PropertyName =" GitVersion_BranchName" />
94
+ <Output TaskParameter =" EscapedBranchName" PropertyName =" GitVersion_EscapedBranchName" />
94
95
<Output TaskParameter =" Sha" PropertyName =" GitVersion_Sha" />
95
96
<Output TaskParameter =" NuGetVersionV2" PropertyName =" GitVersion_NuGetVersionV2" />
96
97
<Output TaskParameter =" NuGetVersion" PropertyName =" GitVersion_NuGetVersion" />
135
136
<DefineConstants Condition =" '$(GitVersion_FullSemVer)' != '' " >GitVersion_FullSemVer=$(GitVersion_FullSemVer);$(DefineConstants)</DefineConstants >
136
137
<DefineConstants Condition =" '$(GitVersion_InformationalVersion)' != '' " >GitVersion_InformationalVersion=$(GitVersion_InformationalVersion);$(DefineConstants)</DefineConstants >
137
138
<DefineConstants Condition =" '$(GitVersion_BranchName)' != '' " >GitVersion_BranchName=$(GitVersion_BranchName);$(DefineConstants)</DefineConstants >
139
+ <DefineConstants Condition =" '$(GitVersion_EscapedBranchName)' != '' " >GitVersion_EscapedBranchName=$(GitVersion_EscapedBranchName);$(DefineConstants)</DefineConstants >
138
140
<DefineConstants Condition =" '$(GitVersion_Sha)' != '' " >GitVersion_Sha=$(GitVersion_Sha);$(DefineConstants)</DefineConstants >
139
141
<DefineConstants Condition =" '$(GitVersion_NuGetVersionV2)' != '' " >GitVersion_NuGetVersionV2=$(GitVersion_NuGetVersionV2);$(DefineConstants)</DefineConstants >
140
142
<DefineConstants Condition =" '$(GitVersion_NuGetVersion)' != '' " >GitVersion_NuGetVersion=$(GitVersion_NuGetVersion);$(DefineConstants)</DefineConstants >
You can’t perform that action at this time.
0 commit comments