Skip to content

Commit

Permalink
Merge 82c6451 into 3906c53
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceHaley committed Oct 6, 2020
2 parents 3906c53 + 82c6451 commit 39e46a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/yaml/botbuilder-dotnet-ci.yml
Expand Up @@ -21,6 +21,7 @@ variables:
BuildPlatform: any cpu
# DotNetCoverallsToken: define this in Azure
# GitHubCommentApiKey: define this in Azure
# DisableApiCompatibityValidation: (optional) define this in Azure
IsBuildServer: true # This activates package versioning in the projects in Microsoft.Bot.Builder.sln.
MSBuildArguments: -p:SignAssembly=false -p:delaySign=false
Parameters.solution: Microsoft.Bot.Builder.sln
Expand Down Expand Up @@ -68,6 +69,7 @@ stages:
- template: ci-test-steps.yml

- stage: API_Compatibility_Validation
condition: ne(variables['DisableApiCompatibityValidation'], 'true')
dependsOn: Build
jobs:
- job: generate_multiconfig_var
Expand Down

0 comments on commit 39e46a0

Please sign in to comment.