Skip to content

Commit 2ab47b7

Browse files
authored
Merge pull request #10556 from MaxWang-MS/fix_docs_gen
Add nuget source
2 parents d848b43 + 2bda514 commit 2ab47b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/packaging/createbinariesfordocs.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ try {
7676
### Build the needed flavor for MRTK
7777
Write-Output "============ Building InEditor WSA ============ "
7878
$logFilePath = "$(Get-Location)\Logs\Build.InEditor.WSA.$($Version).log"
79+
dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
7980
dotnet msbuild ..\NuGet\BuildSource.proj -target:BuildWSAEditor > $logFilePath
8081
if ($lastexitcode -ge 1) {
8182
Write-Output "Copying $logFilePath to $OutputDirectory"

0 commit comments

Comments
 (0)