Skip to content

Commit c256ca0

Browse files
Remove NuGet package upload step from pipeline
Removed the step for uploading NuGet package artifacts from the pipeline.
1 parent 6303235 commit c256ca0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

azure-pipelines/build-and-publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,6 @@ jobs:
144144
--timestamper $env:TIMESTAMP_URL `
145145
--overwrite
146146
147-
- name: Upload NuGet package artifact
148-
uses: actions/upload-artifact@v4
149-
with:
150-
name: NuGetPackage
151-
path: ${{ github.workspace }}/nupkg/*.nupkg
152-
retention-days: 5
153-
154147
- name: NuGet login (OIDC Trusted Publishing)
155148
uses: nuget/login@v1
156149
id: nuget-login

0 commit comments

Comments
 (0)