Skip to content

Commit c3ff9e4

Browse files
committed
chore: Remove colon
1 parent a4b13d9 commit c3ff9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)