Skip to content

Commit

Permalink
make PR ready for review
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Jan 23, 2025
1 parent 7c6f348 commit 7e000d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .ado/apple-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ pr:
- '*.md'

stages:
- stage: NuGetPack
displayName: 'Nuget Pack'
dependsOn: []
jobs:
- template: /.ado/jobs/nuget-publish.yml@self

- stage: Build_And_Test
displayName: 'Build and Test'
dependsOn: []
Expand Down
8 changes: 0 additions & 8 deletions .ado/jobs/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,6 @@ jobs:
contents: '**'
targetFolder: $(Build.ArtifactStagingDirectory)

# TODO Delete before moving pipeline to publish
- task: PublishPipelineArtifact@1
displayName: 'Publish pipeline artifact'
inputs:
targetPath: '$(Build.ArtifactStagingDirectory)'
artifact: ${{ slice.name }}
publishLocation: 'pipeline'

- job: NuGetPublish
displayName: 'Nuget Publish'
dependsOn:
Expand Down

0 comments on commit 7e000d3

Please sign in to comment.