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 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'
You can’t perform that action at this time.
0 commit comments