File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,12 +133,14 @@ jobs:
133133 - uses : actions/setup-dotnet@v4
134134 with :
135135 dotnet-version : ' 8.0.x'
136+ source-url : ${{ env.AZURE_ARTIFACTS_FEED_URL }}
137+ env :
138+ NUGET_AUTH_TOKEN : ${{ secrets.DEV_FEED_PERSONAL_TOKEN }}
136139 - name : Download signed packages
137140 uses : actions/download-artifact@v4
138141 with :
139142 name : signed-packages
140143 path : packages
141-
142144 # this approach won't work until a managed identity is authorized
143145 # - name: Azure CLI Login
144146 # uses: azure/login@v2
@@ -159,4 +161,4 @@ jobs:
159161 # run: echo "VSS_NUGET_ACCESSTOKEN=$ACCESS_TOKEN" >> $GITHUB_ENV
160162
161163 - name : ' Publish the package to Azure Artifacts'
162- run : dotnet nuget push packages/*.nupkg --api-key ${{ secrets.DEV_FEED_PERSONAL_TOKEN }} --source ${{ env.AZURE_ARTIFACTS_FEED_URL }}
164+ run : dotnet nuget push packages/*.nupkg --api-key azdo-placeholder --source ${{ env.AZURE_ARTIFACTS_FEED_URL }}
You can’t perform that action at this time.
0 commit comments