Skip to content

Commit

Permalink
Get contract from nuget.org instead of SDK_Dotnet_V4_org
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Haley committed Oct 4, 2022
1 parent 36ba422 commit e2dc749
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions build/yaml/botbuilder-dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,8 @@ stages:
jobs:
- job: generate_multiconfig_var
steps:
- template: sdk_dotnet_v4_org-feed-setup-steps.yml

# Download contract .dlls
# Download contract .dlls from nuget.org.
- powershell: |
# Set up tokens for private sources
$file = "$(Build.SourcesDirectory)\nuget.config";
$ErrorActionPreference = 'SilentlyContinue';
nuget sources update -ConfigFile "$file" -Name "SDK_Dotnet_V4_org" -username "ContractDlls" -password "$(System.AccessToken)";
$ErrorActionPreference = 'Continue';
'-------------'; get-content "$file"; '===================';
$PackageNames = "$(PackagesToValidate)";
$ApiContractVersion = "$(ApiContractVersion)";
$TempContractInstallDirectory = ".\TempContractInstallDir";
Expand Down

0 comments on commit e2dc749

Please sign in to comment.