Skip to content

Commit b7e3dd2

Browse files
Remove artifacts\bin in .vsts-dotnet-build-jobs.yml
1 parent f43097f commit b7e3dd2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

azure-pipelines/.vsts-dotnet-build-jobs.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,6 @@ jobs:
156156
ArtifactName: logs
157157
condition: succeededOrFailed()
158158

159-
- task: 1ES.PublishPipelineArtifact@1
160-
displayName: 'Publish Artifact: bin'
161-
inputs:
162-
path: 'artifacts\bin'
163-
artifactName: bin
164-
condition: succeededOrFailed()
165-
166159
# Publishes setup VSIXes to a drop.
167160
# Note: The insertion tool looks for the display name of this task in the logs.
168161
- task: 1ES.MicroBuildVstsDrop@1

0 commit comments

Comments
 (0)