Skip to content

Commit

Permalink
Show contents
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 12, 2024
1 parent ba7ac77 commit ba3feed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/setup-vcpkg/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ runs:
iex (iwr -useb https://aka.ms/vcpkg-init.ps1)
.$(vcpkg fetch nuget) sources add -Name ghpkg -Source https://nuget.pkg.github.com/$PKG_SOURCE_USER/index.json -UserName $PKG_SOURCE_USER -Password ${{ inputs.github_token }} -StorePasswordInClearText
echo "VCPKG_BINARY_SOURCES=clear;nuget,https://nuget.pkg.github.com/$PKG_SOURCE_USER/index.json,readwrite" >> $env:GITHUB_ENV
.$(vcpkg fetch nuget) sources add -Name ghpkg -Source https://nuget.pkg.github.com/$PKG_SOURCE_USER/index.json -UserName $PKG_SOURCE_USER -Password ${{ inputs.github_token }} -StorePasswordInClearText -ConfigFile ${{ github.workspace }}/github-NuGet.Config
$content = Get-Content -Path "${{ github.workspace }}/github-NuGet.Config"
Write-Output $content
echo "VCPKG_BINARY_SOURCES=clear;nuget,https://nuget.pkg.github.com/$PKG_SOURCE_USER/index.json,readwrite" >> $env:GITHUB_ENV

0 comments on commit ba3feed

Please sign in to comment.