We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d848b43 + 2bda514 commit 2ab47b7Copy full SHA for 2ab47b7
scripts/packaging/createbinariesfordocs.ps1
@@ -76,6 +76,7 @@ try {
76
### Build the needed flavor for MRTK
77
Write-Output "============ Building InEditor WSA ============ "
78
$logFilePath = "$(Get-Location)\Logs\Build.InEditor.WSA.$($Version).log"
79
+ dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
80
dotnet msbuild ..\NuGet\BuildSource.proj -target:BuildWSAEditor > $logFilePath
81
if ($lastexitcode -ge 1) {
82
Write-Output "Copying $logFilePath to $OutputDirectory"
0 commit comments