diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f8ed43e..7a6b4d2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -164,9 +164,6 @@ stages: - stage: build_provider displayName: Build credential provider dependsOn: test_provider - # Pull request builds validate every target framework in test_provider. Release - # stages require signing secrets and can publish packages and GitHub releases. - condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest')) jobs: - job: "build_provider_job" steps: