Skip to content

Commit 00d2090

Browse files
committed
Stop publishing CI packages to Azure Artifacts.
These packages weren't being used, so there's no need to publish them.
1 parent 7d34b3b commit 00d2090

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,6 @@ jobs:
2727
inputs:
2828
artifactName: 'SideBySide-net472-$(Agent.OS)'
2929
targetPath: 'tests/SideBySide/bin/Release/net472/publish'
30-
- task: DotNetCoreCLI@2
31-
displayName: 'Create NuGet packages'
32-
inputs:
33-
command: 'custom'
34-
projects: 'src/**/*.csproj'
35-
custom: 'pack'
36-
arguments: '-c Release --version-suffix build-$(Build.BuildNumber) -o $(Build.ArtifactStagingDirectory)'
37-
- task: DotNetCoreCLI@2
38-
displayName: 'Publish packages'
39-
condition: ne(variables['Build.Reason'], 'PullRequest')
40-
inputs:
41-
command: 'push'
42-
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg'
43-
nuGetFeedType: 'internal'
44-
publishVstsFeed: 'Builds'
4530

4631
- job: windows_baseline
4732
displayName: 'Baseline'

0 commit comments

Comments
 (0)