Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Feb 19, 2020
1 parent 3a47e6a commit cd392e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ stages:
arguments: $(Build.SourcesDirectory)/NuGet.config $Token
env:
Token: $(dn-bot-dnceng-artifact-feeds-rw)
- ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['_HelixAccessToken'], '') }}:
- ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['_HelixAccessToken'], '')) }}:
- script: echo "true"
displayName: Debug
- script: ./restore.sh --restore -ci /p:configuration=$(_BuildConfig)
Expand Down

0 comments on commit cd392e4

Please sign in to comment.