Skip to content

Commit

Permalink
Update action.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
azurekid authored May 2, 2023
1 parent 63ebd77 commit 68d5c5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ $modulesToInstall | ForEach-Object {
## https://stackoverflow.com/questions/70166382/validate-kusto-query-before-submitting-it
# Write-Output "Install PackageProvider NuGet"
# Install-PackageProvider -Name NuGet -Scope CurrentUser -Force
Import-PackageProvider -Name NuGet
Write-Output "Register PackageSource nuget.org"
Register-PackageSource -Name nuget.org -ProviderName NuGet -Location https://www.nuget.org/api/v2 -Force

Expand Down

0 comments on commit 68d5c5b

Please sign in to comment.