Skip to content

v1.1.0, August Refresh

Compare
Choose a tag to compare
@tehcrashxor tehcrashxor released this 21 Sep 18:24
· 42 commits to main since this release
b1c443b

Release Notes

  • actions-install now supports obtaining and install PAC from sources other than public nuget.org via #441
    • nuget-feed-override can be set to any feed location, including private feeds or even a local folder where the *.nupkg files exist on the actions runner disk
    •  nuget-feed-username and nuget-feed-password can be set for authenticated feeds. Not that Azure DevOps feeds will typically use an PAT in the password field with any non-empty string for the username
    • Alternatively, users who already have PAC installed on their actions runner can point our actions to the preinstalled copy via the use-preinstalled-pac argument
  • branch-solution now sets the commiter's email address to the current actor's github noreply address, or falls back to the github actions bot if no user actor is present #438
  • corrected parameters used in update-solution-version and set-online-solution-version #435
     

PRs merged since last release

Full Changelog: v1.0.0...v1.1.0