Skip to content

Commit 929ca4d

Browse files
committed
kjsdaslk
1 parent 955e251 commit 929ca4d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)