Skip to content

Commit

Permalink
experiment (Laerdal.SetupBuildEnvironment.sh): we no longer provide a…
Browse files Browse the repository at this point in the history
…n access token for the github nuget feed
  • Loading branch information
ksidirop-laerdal committed Apr 11, 2024
1 parent 4bd2345 commit 6e9bc4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Laerdal.Scripts/Laerdal.SetupBuildEnvironment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ echo "** Adding 'Laerdal Nuget Feed' as a Nuget Source:"
# is necessary for azure pipelines once we move fully over to github actions we can remove this parameter completely
dotnet nuget add \
source "${NUGET_FEED_URL}" \
--name "LaerdalMedical" \
--username "${NUGET_FEED_USERNAME}" \
--password "${NUGET_FEED_ACCESSTOKEN}" \
--store-password-in-clear-text
--name "LaerdalMedical"
# --username "${NUGET_FEED_USERNAME}" \
# --password "${NUGET_FEED_ACCESSTOKEN}" \
# --store-password-in-clear-text
declare exitCode=$?
if [ $exitCode != 0 ]; then
echo "##vso[task.logissue type=error]Failed to add 'Laerdal Nuget Feed' as a nuget source."
Expand Down

0 comments on commit 6e9bc4c

Please sign in to comment.