Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions build/vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ phases:
variables:
BuildConfig: Release
OfficialBuildId: $(BUILD.BUILDNUMBER)
DOTNET_CLI_TELEMETRY_OUTPUT: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_MULTILEVEL_LOOKUP: 0
_SignType: real
Expand Down Expand Up @@ -226,13 +226,6 @@ phases:
msbuildVersion: 15.0
continueOnError: false

# - task: MSBuild@1
# displayName: Publish Packages to MyGet Feed
# inputs:
# solution: build/publish.proj
# msbuildArguments: /t:PublishPackages /p:NuGetFeedUrl=$(_NuGetFeedUrl) /p:NuGetApiKey=$(dotnet-myget-org-api-key)
# msbuildVersion: 15.0

- task: NuGetAuthenticate@0
inputs:
nuGetServiceConnections: machinelearning-dnceng-public-feed # To allow publishing to a feed of another organization
Expand All @@ -256,14 +249,6 @@ phases:
msbuildVersion: 15.0
continueOnError: true

- task: NuGetCommand@2
displayName: Publish Packages to private VSTS Feed
inputs:
command: push
packagesToPush: $(Build.SourcesDirectory)/bin/packages/**/*.nupkg;!$(Build.SourcesDirectory)/bin/packages/**/*.symbols.nupkg
nuGetFeedType: internal
feedPublish: MachineLearning

# Terminate all dotnet build processes.
- script: $(Build.SourcesDirectory)/Tools/dotnetcli/dotnet.exe build-server shutdown
displayName: Dotnet Server Shutdown