Skip to content

Commit

Permalink
Use real boolean values
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovisserFurore committed Sep 25, 2023
1 parent 00c468e commit f107e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ stages:
inputs:
versionSpec: '6.4.0'

- ${{ if eq(variables.USE_GITHUB_PACKAGEFEED, 'true') }}:
- ${{ if eq(variables.USE_GITHUB_PACKAGEFEED, true) }}:
- template: restore.yml@templates
parameters:
nuGetServiceConnections: GitHubPackageGetFeed
nuGetSources: --source https://nuget.pkg.github.com/FirelyTeam/index.json

- ${{ if eq(variables.USE_GITHUB_PACKAGEFEED, 'false') }}:
- ${{ if eq(variables.USE_GITHUB_PACKAGEFEED, false) }}:
- script: dotnet restore --source https://api.nuget.org/v3/index.json

- task: DotNetCoreCLI@2
Expand Down

0 comments on commit f107e87

Please sign in to comment.