Skip to content

Commit

Permalink
Fixup SDK build (#41664)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche authored Jun 19, 2024
1 parent 00becb5 commit 18d85d9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions eng/pipelines/templates/jobs/sdk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,6 @@ jobs:
inputs:
targetPath: $(Build.SourcesDirectory)/eng/BuildConfiguration
artifactName: BuildConfiguration
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
- ${{ if eq(parameters.pool.os, 'windows') }}:
- powershell: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1 -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token
displayName: Setup Private Feeds Credentials
env:
Token: $(dn-bot-dnceng-artifact-feeds-rw)
# The PowerShell script above would work fine on Linux/Mac, but the Linux containers don't have PowerShell installed.
- ${{ else }}:
- script: . $(Build.SourcesDirectory)/eng/common/SetupNugetSources.sh $(Build.SourcesDirectory)/NuGet.config $Token
displayName: Setup Private Feeds Credentials
env:
Token: $(dn-bot-dnceng-artifact-feeds-rw)

############### BUILDING ###############
- ${{ if eq(parameters.pool.os, 'windows') }}:
Expand Down

0 comments on commit 18d85d9

Please sign in to comment.