Skip to content

Commit

Permalink
Install with diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Jul 29, 2024
1 parent 8cf8bcb commit 4354a0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install-dotnet-workloads.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Write-Host "Installing .NET workloads..."
--source $feed1 `
--source $feed2 `
--source $feed3 `
--skip-sign-check
--skip-sign-check `
--verbosity diagnostic

Write-Host "Installing Tizen workloads..."
New-Item -ItemType Directory -Force './output/tmp' | Out-Null
Expand Down

0 comments on commit 4354a0b

Please sign in to comment.