File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ jobs:
172172 name : ' Publish development package'
173173 needs : [pack]
174174 runs-on : ubuntu-latest
175+ environment : ' Development'
175176 steps :
176177 - name : ' Checkout ${{ github.head_ref || github.ref }}'
177178 uses : actions/checkout@v4
@@ -186,12 +187,12 @@ jobs:
186187 with :
187188 name : ${{ needs.pack.outputs.package-artifact-name }}
188189
189- - name : ' Publish package to NuGet feed'
190+ - name : ' Publish package to Azure Artifact feed'
190191 uses : ./.github/actions/publish-nuget-package
191192 with :
192193 nuget-feed-url : ${{ secrets.NUGET_FEED_URL }}
193194 nuget-feed-api-key : ${{ secrets.NUGET_FEED_API_KEY }}
194- nuget-feed-type : ' NuGet '
195+ nuget-feed-type : ' AzureArtifacts '
195196 working-directory : ${{ runner.temp }}/${{ env.nuget-packages-directory }}
196197 dotnet-sdk-version : ${{ env.dotnet-sdk-version }}'
197198 # with:
You can’t perform that action at this time.
0 commit comments