Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Merge in 'release/3.1' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed May 12, 2021
2 parents 642ade7 + 14e8de7 commit 658544b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions eng/pipelines/pre-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ stages:
/bl:$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/PublishToArtifacts.binlog
displayName: Publish to artifacts and produce manifest

- script: powershell -ExecutionPolicy ByPass -NoProfile eng\common\msbuild.ps1 build.proj
-warnaserror:0 -ci
/t:UpdatePublishedVersions
/p:GitHubAuthToken=$(AccessToken-dotnet-build-bot-public-repo)
/p:VersionsRepoOwner=dotnet
/p:VersionsRepo=versions
/p:VersionsRepoPath=build-info/dotnet/corefx/$(FullBranchName)
/p:ShippedNuGetPackageGlobPath=$(_artifactsDir)/packages/**/*.nupkg
displayName: Update dotnet/versions
#- script: powershell -ExecutionPolicy ByPass -NoProfile eng\common\msbuild.ps1 build.proj
# -warnaserror:0 -ci
# /t:UpdatePublishedVersions
# /p:GitHubAuthToken=$(AccessToken-dotnet-build-bot-public-repo)
# /p:VersionsRepoOwner=dotnet
# /p:VersionsRepo=versions
# /p:VersionsRepoPath=build-info/dotnet/corefx/$(FullBranchName)
# /p:ShippedNuGetPackageGlobPath=$(_artifactsDir)/packages/**/*.nupkg
# displayName: Update dotnet/versions

0 comments on commit 658544b

Please sign in to comment.