File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 27
27
inputs :
28
28
artifactName : ' SideBySide-net472-$(Agent.OS)'
29
29
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'
45
30
46
31
- job : windows_baseline
47
32
displayName : ' Baseline'
You can’t perform that action at this time.
0 commit comments