Skip to content

Commit dfd3548

Browse files
authored
Merge pull request #407 from watson-developer-cloud/hotfix-discovery-deploy
Update deploy step to correct discovery v2 path
2 parents fd530d2 + d60b0bf commit dfd3548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ test_script:
255255
256256
dotnet pack .\src\IBM.Watson.Discovery.v1\IBM.Watson.Discovery.v1.csproj --configuration Release
257257
258-
dotnet pack .\src\IBM.Watson.Discovery.v1\IBM.Watson.Discovery.v2.csproj --configuration Release
258+
dotnet pack .\src\IBM.Watson.Discovery.v2\IBM.Watson.Discovery.v2.csproj --configuration Release
259259
260260
dotnet pack .\src\IBM.Watson.LanguageTranslator.v3\IBM.Watson.LanguageTranslator.v3.csproj --configuration Release
261261

0 commit comments

Comments
 (0)