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

Commit 658544b

Browse files
committed
Merge in 'release/3.1' changes
2 parents 642ade7 + 14e8de7 commit 658544b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

eng/pipelines/pre-publish.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ stages:
8585
/bl:$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/PublishToArtifacts.binlog
8686
displayName: Publish to artifacts and produce manifest
8787

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

0 commit comments

Comments
 (0)