Skip to content

Commit

Permalink
Revert "set github package feed to 'yes' temporarily"
Browse files Browse the repository at this point in the history
This reverts commit ee66ac3.
  • Loading branch information
mmsmits committed May 29, 2024
1 parent 1d6d91b commit e2e0833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pipeline-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ variables:
isTagBranch: $[startswith(variables['Build.SourceBranch'], 'refs/tags/v')]
GITHUB_PACKAGES_APIKEY: $(GitHubPushPackagesAPIKey) # key is set in variable group APIKeys
NUGET_APIKEY: $(NuGetSDKAPIKey) # key is set in variable group APIKeys
useGitHubPackageFeed: 'yes' # possible values: 'yes', 'no'
useGitHubPackageFeed: 'no' # possible values: 'yes', 'no'

0 comments on commit e2e0833

Please sign in to comment.