Skip to content

Commit d40def9

Browse files
Remove unnecessary step (#10553)
Co-Authored-By: Kurtis <[email protected]> Co-authored-by: Kurtis <[email protected]>
1 parent 609d5f0 commit d40def9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/packaging/createbinariesfordocs.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ 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
8079
dotnet msbuild ..\NuGet\BuildSource.proj -target:BuildWSAEditor > $logFilePath
8180
if ($lastexitcode -ge 1) {
8281
Write-Output "Copying $logFilePath to $OutputDirectory"

0 commit comments

Comments
 (0)