This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ stages:
85
85
/bl:$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/PublishToArtifacts.binlog
86
86
displayName : Publish to artifacts and produce manifest
87
87
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
You can’t perform that action at this time.
0 commit comments