We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385ab91 commit d6d0790Copy full SHA for d6d0790
1 file changed
eng/publish/PublishPolyglotNotebooksHelper.psm1
@@ -121,11 +121,7 @@ function PublishStableExtensionAndNuGetPackages {
121
"Microsoft.DotNet.Interactive"
122
)
123
124
- # Run dotnet CLI from outside the repo so global.json in the sources directory
125
- # does not force an unavailable SDK during publish-only operations.
126
- # Use $HOME rather than $env:TEMP to avoid inheriting any config files
127
- # that other processes might have placed in the temp directory.
128
- Push-Location $HOME
+ Push-Location $env:AGENT_TEMPDIRECTORY
129
try {
130
Get-ChildItem "$artifactsPath\packages\Shipping\*.nupkg" -Exclude '*.symbols.nupkg' | ForEach-Object {
131
$nugetPackagePath = $_.FullName
0 commit comments