File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,9 +255,9 @@ after_test:
255255 ECHO "APPVEYOR_PULL_REQUEST_NUMBER is %APPVEYOR_PULL_REQUEST_NUMBER%, not running semantic release"
256256 )
257257 ) ELSE (
258- ECHO "BRANCH_NAME is not master - BRANCH_NAME : %BRANCH_NAME%, not running semantic release"
258+ ECHO "BRANCH_NAME is not master - BRANCH_NAME is %BRANCH_NAME%, not running semantic release"
259259 IF BRANCH_NAME==%APPVEYOR_REPO_TAG_NAME% (
260- ECHO "BRANCH_NAME is a tag : %APPVEYOR_PULL_REQUEST_NUMBER%. Building Nuget packages"
260+ ECHO "BRANCH_NAME is a tag is %APPVEYOR_PULL_REQUEST_NUMBER%. Building Nuget packages"
261261 dotnet pack .\src\IBM.Watson.Assistant.v1\IBM.Watson.Assistant.v1.csproj --configuration Release
262262 dotnet pack .\src\IBM.Watson.Assistant.v2\IBM.Watson.Assistant.v2.csproj --configuration Release
263263 dotnet pack .\src\IBM.Watson.CompareComply.v1\IBM.Watson.CompareComply.v1.csproj --configuration Release
You can’t perform that action at this time.
0 commit comments