File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
test/IBM.WatsonDeveloperCloud.SpeechToText.v1.IntegrationTests Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "Watson Developer Cloud .NET Standard SDK"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 1.2 .0
41
+ PROJECT_NUMBER = 1.3 .0
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ artifacts:
124
124
deploy :
125
125
- provider : NuGet
126
126
api_key :
127
- secure : AaqUbQ5mJm8bYbpNH7GbAzYl45fZZHpqeNdtSd0wQNxjgYmLmvtMU5eByA/mkhxB
127
+ secure : 2W1iN8vudnfbSezg9ZE4bfBBacbBHjhVuseZqsKsd2nCIydYaLRnW3kordCyeI/O
128
128
on :
129
129
branch : master
130
130
APPVEYOR_REPO_TAG : true
Original file line number Diff line number Diff line change @@ -717,7 +717,7 @@ private bool IsTrainingComplete()
717
717
} ) ;
718
718
}
719
719
720
- return result . Status . ToLower ( ) == "ready" ;
720
+ return result . Status . ToLower ( ) == "ready" || result . Status . ToLower ( ) == "available" ;
721
721
}
722
722
}
723
723
}
You can’t perform that action at this time.
0 commit comments