Release Notes
actions-install
now supports obtaining and install PAC from sources other than public nuget.org via #441nuget-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
andnuget-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
andset-online-solution-version
#435
PRs merged since last release
- Fixes for the two Solution Version actions by @tehcrashxor in #435
- branch-solution commit author fix by @tehcrashxor in #438
- Updating actions-install to permit overriding the nuget feed by @tehcrashxor in #441
- Replacing old SPN used in rolling instance actions by @tehcrashxor in #446
- Update test SPN again by @tehcrashxor in #447
- Bump esbuild from 0.18.11 to 0.19.3 by @dependabot in #449
- Bump eslint from 8.44.0 to 8.49.0 by @dependabot in #443
- Bump glob from 10.3.3 to 10.3.4 by @dependabot in #439
- Bump node-fetch from 3.3.1 to 3.3.2 by @dependabot in #429
- August Refresh by @tehcrashxor in #453
Full Changelog: v1.0.0...v1.1.0