Skip to content

Commit cc53d94

Browse files
committed
build: Updated build to add Assistant V2, remove Conversation and change apikey for Nuget
1 parent 0572111 commit cc53d94

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"branch": "feature-build-on-tag",
2+
"branch": "master",
33
"verifyConditions": [],
44
"prepare": [
55
{

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ environment:
1717
secure: gevsMhy8RTWMdf7MjOnIo5QaN6JpL9DPK6I+Go5ByZir5LDwyFsv9hO6nBjGTg8n #pragma: whitelist secret
1818
GITHUB_TOKEN:
1919
secure: +B2bs86RVtJtlbkB+cTf9bkqnNlFJi/PbBBPzR5jlUlLLZoOc+ZgqgQLwee4tCT+ #pragma: whitelist secret
20-
IBM_CREDENTIALS_FILE: C:\projects\sdk-credentials\ibm-credentials.env #pragma: whitelist secret
20+
IBM_CREDENTIALS_FILE: C:\projects\sdk-credentials\ibm-credentials.env
2121
install:
2222
# Get the latest stable version of Node.js or io.js
2323
- ps: Install-Product node $env:nodejs_version
@@ -179,8 +179,8 @@ test_script:
179179
Write-Output "branchName is " + $branchName + " - building NuGet packages"
180180
dotnet pack .\src\IBM.WatsonDeveloperCloud\IBM.WatsonDeveloperCloud.csproj --configuration Release
181181
dotnet pack .\src\IBM.WatsonDeveloperCloud.Assistant.v1\IBM.WatsonDeveloperCloud.Assistant.v1.csproj --configuration Release
182+
dotnet pack .\src\IBM.WatsonDeveloperCloud.Assistant.v2\IBM.WatsonDeveloperCloud.Assistant.v2.csproj --configuration Release
182183
dotnet pack .\src\IBM.WatsonDeveloperCloud.CompareComply.v1\IBM.WatsonDeveloperCloud.CompareComply.v1.csproj --configuration Release
183-
dotnet pack .\src\IBM.WatsonDeveloperCloud.Conversation.v1\IBM.WatsonDeveloperCloud.Conversation.v1.csproj --configuration Release
184184
dotnet pack .\src\IBM.WatsonDeveloperCloud.Discovery.v1\IBM.WatsonDeveloperCloud.Discovery.v1.csproj --configuration Release
185185
dotnet pack .\src\IBM.WatsonDeveloperCloud.LanguageTranslator.v3\IBM.WatsonDeveloperCloud.LanguageTranslator.v3.csproj --configuration Release
186186
dotnet pack .\src\IBM.WatsonDeveloperCloud.NaturalLanguageClassifier.v1\IBM.WatsonDeveloperCloud.NaturalLanguageClassifier.v1.csproj --configuration Release
@@ -198,10 +198,10 @@ artifacts:
198198
name: IBM.WatsonDeveloperCloud
199199
- path: '\src\IBM.WatsonDeveloperCloud.Assistant.v1\bin\$(configuration)\*.nupkg'
200200
name: IBM.WatsonDeveloperCloud.Assistant.v1
201+
- path: '\src\IBM.WatsonDeveloperCloud.Assistant.v2\bin\$(configuration)\*.nupkg'
202+
name: IBM.WatsonDeveloperCloud.Assistant.v2
201203
- path: '\src\IBM.WatsonDeveloperCloud.CompareComply.v1\bin\$(configuration)\*.nupkg'
202204
name: IBM.WatsonDeveloperCloud.CompareComply.v1
203-
- path: '\src\IBM.WatsonDeveloperCloud.Conversation.v1\bin\$(configuration)\*.nupkg'
204-
name: IBM.WatsonDeveloperCloud.Conversation.v1
205205
- path: '\src\IBM.WatsonDeveloperCloud.LanguageTranslator.v3\bin\$(configuration)\*.nupkg'
206206
name: IBM.WatsonDeveloperCloud.LanguageTranslator.v3
207207
- path: '\src\IBM.WatsonDeveloperCloud.PersonalityInsights.v3\bin\$(configuration)\*.nupkg'
@@ -223,7 +223,7 @@ artifacts:
223223
deploy:
224224
- provider: NuGet
225225
api_key:
226-
secure: XU1ieXtrgqEHD2XEeyGeHdzgWIl7gDAFc61O0RuQwr/MrYszeeElF6ySKlHNuMAS
226+
secure: q7ya4MDWM5JDI2JYw1DxSKTgX+jwbvdlRKPjVg1Cijxb33r1K5qSAabnsUHcWTLf
227227
on:
228228
branch: master
229229
APPVEYOR_REPO_TAG: true

0 commit comments

Comments
 (0)